[PATCH v2 14/28] video: fbdev: pm2fb: Fix kernel-doc warnings
Thomas Zimmermann
tzimmermann at suse.de
Mon Nov 30 12:15:46 UTC 2020
Am 28.11.20 um 23:41 schrieb Sam Ravnborg:
> Fixed a few kernel-doc issues to fix the warnings.
>
> v2:
> - Updated subject (Lee)
>
> Signed-off-by: Sam Ravnborg <sam at ravnborg.org>
> Cc: Sam Ravnborg <sam at ravnborg.org>
> Cc: "Gustavo A. R. Silva" <gustavoars at kernel.org>
> Cc: Randy Dunlap <rdunlap at infradead.org>
> Cc: Arnd Bergmann <arnd at arndb.de>
> Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie at samsung.com>
> Cc: Jani Nikula <jani.nikula at intel.com>
> Cc: Lee Jones <lee.jones at linaro.org>
Acked-by: Thomas Zimmermann <tzimmermann at suse.de>
> ---
> drivers/video/fbdev/pm2fb.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/video/fbdev/pm2fb.c b/drivers/video/fbdev/pm2fb.c
> index 27893fa139b0..c68725eebee3 100644
> --- a/drivers/video/fbdev/pm2fb.c
> +++ b/drivers/video/fbdev/pm2fb.c
> @@ -1508,8 +1508,8 @@ static const struct fb_ops pm2fb_ops = {
> *
> * Initialise and allocate resource for PCI device.
> *
> - * @param pdev PCI device.
> - * @param id PCI device ID.
> + * @pdev: PCI device.
> + * @id: PCI device ID.
> */
> static int pm2fb_probe(struct pci_dev *pdev, const struct pci_device_id *id)
> {
> @@ -1715,7 +1715,7 @@ static int pm2fb_probe(struct pci_dev *pdev, const struct pci_device_id *id)
> *
> * Release all device resources.
> *
> - * @param pdev PCI device to clean up.
> + * @pdev: PCI device to clean up.
> */
> static void pm2fb_remove(struct pci_dev *pdev)
> {
> @@ -1756,7 +1756,7 @@ MODULE_DEVICE_TABLE(pci, pm2fb_id_table);
>
>
> #ifndef MODULE
> -/**
> +/*
> * Parse user specified options.
> *
> * This is, comma-separated options following `video=pm2fb:'.
>
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
(HRB 36809, AG Nürnberg)
Geschäftsführer: Felix Imendörffer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20201130/3b7c2f95/attachment.sig>
More information about the dri-devel
mailing list