“6e622660d1c942639a43aa88cd9c107bca8e11fe”上不存在“test/sun/git@gitcode.net:openanolis/dragonwell8_jdk.git”
提交 e720f32f 编写于 作者: A Al Viro

ia64: annotate ->poll() instances

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 87c1c093
...@@ -1644,12 +1644,12 @@ pfm_write(struct file *file, const char __user *ubuf, ...@@ -1644,12 +1644,12 @@ pfm_write(struct file *file, const char __user *ubuf,
return -EINVAL; return -EINVAL;
} }
static unsigned int static __poll_t
pfm_poll(struct file *filp, poll_table * wait) pfm_poll(struct file *filp, poll_table * wait)
{ {
pfm_context_t *ctx; pfm_context_t *ctx;
unsigned long flags; unsigned long flags;
unsigned int mask = 0; __poll_t mask = 0;
if (PFM_IS_FILE(filp) == 0) { if (PFM_IS_FILE(filp) == 0) {
printk(KERN_ERR "perfmon: pfm_poll: bad magic [%d]\n", task_pid_nr(current)); printk(KERN_ERR "perfmon: pfm_poll: bad magic [%d]\n", task_pid_nr(current));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册