mirror of
https://github.com/torvalds/linux.git
synced 2024-11-04 11:04:38 +00:00
poll: fix a typo in comment
Convert duplicated sys_poll to select. As Kosaki suggests, sys_poll() and sys_select() are now hidden by SYSCALL_DEFINEx() macros so it would be better to use plain select/poll syscall name. Signed-off-by: Namhyung Kim <namhyung@gmail.com> Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
747fecab32
commit
dac36dd87d
@ -57,7 +57,7 @@ struct poll_table_entry {
|
||||
};
|
||||
|
||||
/*
|
||||
* Structures and helpers for sys_poll/sys_poll
|
||||
* Structures and helpers for select/poll syscall
|
||||
*/
|
||||
struct poll_wqueues {
|
||||
poll_table pt;
|
||||
|
Loading…
Reference in New Issue
Block a user