Skip to content

Commit

Permalink
include/linux/eventfd.h: fix incorrect filename is a comment
Browse files Browse the repository at this point in the history
Comment in eventfd.h referred to 'include/asm-generic/fcntl.h'
while the correct path is 'include/uapi/asm-generic/fcntl.h'.

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Martin Sustrik authored and Linus Torvalds committed Feb 28, 2013
1 parent 4debec7 commit 1d730c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/eventfd.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <linux/wait.h>

/*
* CAREFUL: Check include/asm-generic/fcntl.h when defining
* CAREFUL: Check include/uapi/asm-generic/fcntl.h when defining
* new flags, since they might collide with O_* ones. We want
* to re-use O_* flags that couldn't possibly have a meaning
* from eventfd, in order to leave a free define-space for
Expand Down

0 comments on commit 1d730c4

Please sign in to comment.