Skip to content

Commit

Permalink
media: dvbdev: Switch to new kerneldoc syntax for named variable macr…
Browse files Browse the repository at this point in the history
…o argument

The syntax without dots is available since commit 43756e3
("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 <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
neuschaefer authored and mchehab committed Mar 11, 2021
1 parent 3536169 commit 6f097dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/media/dvbdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ void dvb_module_release(struct i2c_client *client);
* dvb_attach - attaches a DVB frontend into the DVB core.
*
* @FUNCTION: function on a frontend module to be called.
* @ARGS...: @FUNCTION arguments.
* @ARGS: @FUNCTION arguments.
*
* This ancillary function loads a frontend module in runtime and runs
* the @FUNCTION function there, with @ARGS.
Expand Down

0 comments on commit 6f097dd

Please sign in to comment.