diff options
author | Ian Kent <raven@themaw.net> | 2016-03-16 00:58:36 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-03-16 02:55:16 +0300 |
commit | 0266725ad4ee0f8fcf2ee73be8e68c4adbf2ac79 (patch) | |
tree | 3ad8ce6301b4ccbc3bb744510ed6140ef01aa3ef /include/uapi/linux/auto_fs.h | |
parent | e3cd8067c1cd686fed2fe75f6cf98c62fc6ff57e (diff) | |
download | linux-0266725ad4ee0f8fcf2ee73be8e68c4adbf2ac79.tar.xz |
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>
Diffstat (limited to 'include/uapi/linux/auto_fs.h')
-rw-r--r-- | include/uapi/linux/auto_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/auto_fs.h b/include/uapi/linux/auto_fs.h index 5fe176aa61d1..9175a1b4dc69 100644 --- a/include/uapi/linux/auto_fs.h +++ b/include/uapi/linux/auto_fs.h @@ -48,7 +48,7 @@ struct autofs_packet_hdr { struct autofs_packet_missing { struct autofs_packet_hdr hdr; - autofs_wqt_t wait_queue_token; + autofs_wqt_t wait_queue_token; int len; char name[NAME_MAX+1]; }; |