mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
autofs4: fix some white space errors
Fix some white space format errors. Signed-off-by: Ian Kent <raven@themaw.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
e3cd8067c1
commit
0266725ad4
6 changed files with 8 additions and 10 deletions
|
@ -765,4 +765,3 @@ void autofs_dev_ioctl_exit(void)
|
|||
{
|
||||
misc_deregister(&_autofs_dev_ioctl_misc);
|
||||
}
|
||||
|
||||
|
|
|
@ -569,4 +569,3 @@ int autofs4_wait_release(struct autofs_sb_info *sbi, autofs_wqt_t wait_queue_tok
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue