mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
scripts/spelling.txt: add regsiter -> register spelling mistake
This typo is quite common. Fix it and add it to the spelling file so that checkpatch catches it earlier. Link: http://lkml.kernel.org/r/20170317011131.6881-2-sboyd@codeaurora.org Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
d1b7c9344b
commit
ad61dd303a
25 changed files with 29 additions and 28 deletions
|
@ -355,7 +355,7 @@ struct ipmi_cmdspec {
|
|||
#define IPMICTL_REGISTER_FOR_CMD _IOR(IPMI_IOC_MAGIC, 14, \
|
||||
struct ipmi_cmdspec)
|
||||
/*
|
||||
* Unregister a regsitered command. error values:
|
||||
* Unregister a registered command. error values:
|
||||
* - EFAULT - an address supplied was invalid.
|
||||
* - ENOENT - The netfn/cmd was not found registered for this user.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue