Fix a small number of "memeber" typoes.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
committed by
Adrian Bunk
parent
96532babc3
commit
14e4a0f2bb
@ -66,7 +66,7 @@ static int signalfd_copyinfo(struct signalfd_siginfo __user *uinfo,
|
||||
BUILD_BUG_ON(sizeof(struct signalfd_siginfo) != 128);
|
||||
|
||||
/*
|
||||
* Unused memebers should be zero ...
|
||||
* Unused members should be zero ...
|
||||
*/
|
||||
err = __clear_user(uinfo, sizeof(*uinfo));
|
||||
|
||||
|
Reference in New Issue
Block a user