diff options
Diffstat (limited to 'security/tomoyo/audit.c')
-rw-r--r-- | security/tomoyo/audit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tomoyo/audit.c b/security/tomoyo/audit.c index 0f73fe30e37a..558e3076d38c 100644 --- a/security/tomoyo/audit.c +++ b/security/tomoyo/audit.c | |||
@@ -458,7 +458,7 @@ void tomoyo_read_log(struct tomoyo_io_buffer *head) | |||
458 | * | 458 | * |
459 | * Returns POLLIN | POLLRDNORM when ready to read an audit log. | 459 | * Returns POLLIN | POLLRDNORM when ready to read an audit log. |
460 | */ | 460 | */ |
461 | unsigned int tomoyo_poll_log(struct file *file, poll_table *wait) | 461 | __poll_t tomoyo_poll_log(struct file *file, poll_table *wait) |
462 | { | 462 | { |
463 | if (tomoyo_log_count) | 463 | if (tomoyo_log_count) |
464 | return POLLIN | POLLRDNORM; | 464 | return POLLIN | POLLRDNORM; |