diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2021-01-02 00:18:17 +0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2021-01-08 11:54:43 +0300 |
commit | 2b405ec0e1c4b4c490b95da7ac3c9934c7675da6 (patch) | |
tree | 6ef3e635072b0694447f08e2b8f1076dc872fa4b /include | |
parent | 4992a7f7105d91f2c90b229ea44f54c682de6dbe (diff) | |
download | linux-2b405ec0e1c4b4c490b95da7ac3c9934c7675da6.tar.xz |
drm/mipi-dbi: Switch to new kerneldoc syntax for named variable macro argument
The syntax without dots is available since commit 43756e347f21
("scripts/kernel-doc: Add support for named variable macro arguments").
The same HTML output is produced with and without this patch.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20210101211818.1023919-1-j.neuschaefer@gmx.net
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/drm_mipi_dbi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_mipi_dbi.h b/include/drm/drm_mipi_dbi.h index c2827ceaba0d..f543d6e3e822 100644 --- a/include/drm/drm_mipi_dbi.h +++ b/include/drm/drm_mipi_dbi.h @@ -172,7 +172,7 @@ int mipi_dbi_buf_copy(void *dst, struct drm_framebuffer *fb, * mipi_dbi_command - MIPI DCS command with optional parameter(s) * @dbi: MIPI DBI structure * @cmd: Command - * @seq...: Optional parameter(s) + * @seq: Optional parameter(s) * * Send MIPI DCS command to the controller. Use mipi_dbi_command_read() for * get/read. |