Commit 2b405ec0 authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Daniel Vetter

drm/mipi-dbi: Switch to new kerneldoc syntax for named variable macro argument

The syntax without dots is available since commit 43756e34
("scripts/kernel-doc: Add support for named variable macro arguments").

The same HTML output is produced with and without this patch.
Signed-off-by: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20210101211818.1023919-1-j.neuschaefer@gmx.net
parent 4992a7f7
...@@ -172,7 +172,7 @@ int mipi_dbi_buf_copy(void *dst, struct drm_framebuffer *fb, ...@@ -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) * mipi_dbi_command - MIPI DCS command with optional parameter(s)
* @dbi: MIPI DBI structure * @dbi: MIPI DBI structure
* @cmd: Command * @cmd: Command
* @seq...: Optional parameter(s) * @seq: Optional parameter(s)
* *
* Send MIPI DCS command to the controller. Use mipi_dbi_command_read() for * Send MIPI DCS command to the controller. Use mipi_dbi_command_read() for
* get/read. * get/read.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment