[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210113145009.1272040-7-lee.jones@linaro.org>
Date: Wed, 13 Jan 2021 14:49:44 +0000
From: Lee Jones <lee.jones@...aro.org>
To: lee.jones@...aro.org
Cc: linux-kernel@...r.kernel.org, Antonino Daplas <adaplas@....net>,
Brad Douglas <brad@...uo.com>, dri-devel@...ts.freedesktop.org,
linux-fbdev@...r.kernel.org
Subject: [PATCH 06/31] video: fbdev: core: fb_notify: Demote non-conformant kernel-doc header
Fixes the following W=1 kernel build warning(s):
drivers/video/fbdev/core/fb_notify.c:44: warning: Function parameter or member 'val' not described in 'fb_notifier_call_chain'
drivers/video/fbdev/core/fb_notify.c:44: warning: Function parameter or member 'v' not described in 'fb_notifier_call_chain'
Cc: Antonino Daplas <adaplas@....net>
Cc: Brad Douglas <brad@...uo.com>
Cc: dri-devel@...ts.freedesktop.org
Cc: linux-fbdev@...r.kernel.org
Signed-off-by: Lee Jones <lee.jones@...aro.org>
---
drivers/video/fbdev/core/fb_notify.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/video/fbdev/core/fb_notify.c b/drivers/video/fbdev/core/fb_notify.c
index 74c2da5288848..1f142182fb40e 100644
--- a/drivers/video/fbdev/core/fb_notify.c
+++ b/drivers/video/fbdev/core/fb_notify.c
@@ -36,9 +36,8 @@ int fb_unregister_client(struct notifier_block *nb)
}
EXPORT_SYMBOL(fb_unregister_client);
-/**
+/*
* fb_notifier_call_chain - notify clients of fb_events
- *
*/
int fb_notifier_call_chain(unsigned long val, void *v)
{
--
2.25.1
Powered by blists - more mailing lists