Kerneldoc syntax is used, but not complete.  Descriptions required.

Prevents warnings like:
 drivers/video/backlight/ili922x.c:116: warning: Function parameter or member 
's' not described in 'CHECK_FREQ_REG'
 drivers/video/backlight/ili922x.c:116: warning: Function parameter or member 
'x' not described in 'CHECK_FREQ_REG'

Cc: <sta...@vger.kernel.org>
Cc: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com>
Cc: Software Engineering <sba...@denx.de>
Signed-off-by: Lee Jones <lee.jo...@linaro.org>
---
 drivers/video/backlight/ili922x.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/video/backlight/ili922x.c 
b/drivers/video/backlight/ili922x.c
index 9c5aa3fbb2842..8cb4b9d3c3bba 100644
--- a/drivers/video/backlight/ili922x.c
+++ b/drivers/video/backlight/ili922x.c
@@ -107,6 +107,8 @@
  *     lower frequency when the registers are read/written.
  *     The macro sets the frequency in the spi_transfer structure if
  *     the frequency exceeds the maximum value.
+ * @s: pointer to controller side proxy for an SPI slave device
+ * @x: pointer to the read/write buffer pair
  */
 #define CHECK_FREQ_REG(s, x)   \
        do {                    \
-- 
2.25.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to