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:
@@ -765,4 +765,3 @@ void autofs_dev_ioctl_exit(void)
|
|||||||
{
|
{
|
||||||
misc_deregister(&_autofs_dev_ioctl_misc);
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -48,7 +48,7 @@ struct autofs_packet_hdr {
|
|||||||
|
|
||||||
struct autofs_packet_missing {
|
struct autofs_packet_missing {
|
||||||
struct autofs_packet_hdr hdr;
|
struct autofs_packet_hdr hdr;
|
||||||
autofs_wqt_t wait_queue_token;
|
autofs_wqt_t wait_queue_token;
|
||||||
int len;
|
int len;
|
||||||
char name[NAME_MAX+1];
|
char name[NAME_MAX+1];
|
||||||
};
|
};
|
||||||
|
@@ -108,7 +108,7 @@ enum autofs_notify {
|
|||||||
/* v4 multi expire (via pipe) */
|
/* v4 multi expire (via pipe) */
|
||||||
struct autofs_packet_expire_multi {
|
struct autofs_packet_expire_multi {
|
||||||
struct autofs_packet_hdr hdr;
|
struct autofs_packet_hdr hdr;
|
||||||
autofs_wqt_t wait_queue_token;
|
autofs_wqt_t wait_queue_token;
|
||||||
int len;
|
int len;
|
||||||
char name[NAME_MAX+1];
|
char name[NAME_MAX+1];
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user