diff options
| author | Lee Jones <[email protected]> | 2021-06-02 14:32:54 +0000 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2021-06-03 11:31:38 +0000 |
| commit | 81f9fedd5cb4ce435f884d2436b9764b0aa20019 (patch) | |
| tree | 6d7d6bc0f762302ee600697698e4a3eeb19916ea /drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c | |
| parent | drm/ttm/ttm_tt: Demote non-conformant kernel-doc header (diff) | |
| download | kernel-81f9fedd5cb4ce435f884d2436b9764b0aa20019.tar.gz kernel-81f9fedd5cb4ce435f884d2436b9764b0aa20019.zip | |
drm/panel/panel-raspberrypi-touchscreen: Demote kernel-doc abuse
Fixes the following W=1 kernel build warning(s):
drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c:33: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
Cc: Thierry Reding <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Eric Anholt <[email protected]>
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c')
| -rw-r--r-- | drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c b/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c index 5e9ccefb88f6..2229f1af2ca8 100644 --- a/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c +++ b/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c @@ -29,7 +29,7 @@ * DEALINGS IN THE SOFTWARE. */ -/** +/* * Raspberry Pi 7" touchscreen panel driver. * * The 7" touchscreen consists of a DPI LCD panel, a Toshiba |
