Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

video: fbdev: pm2fb: Fix kernel-doc warnings

Fixed a few kernel-doc issues to fix the warnings.

v2:
- Updated subject (Lee)

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: "Gustavo A. R. Silva" <gustavoars@kernel.org>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Lee Jones <lee.jones@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20201128224114.1033617-15-sam@ravnborg.org

+4 -4
+4 -4
drivers/video/fbdev/pm2fb.c
··· 1508 1508 * 1509 1509 * Initialise and allocate resource for PCI device. 1510 1510 * 1511 - * @param pdev PCI device. 1512 - * @param id PCI device ID. 1511 + * @pdev: PCI device. 1512 + * @id: PCI device ID. 1513 1513 */ 1514 1514 static int pm2fb_probe(struct pci_dev *pdev, const struct pci_device_id *id) 1515 1515 { ··· 1715 1715 * 1716 1716 * Release all device resources. 1717 1717 * 1718 - * @param pdev PCI device to clean up. 1718 + * @pdev: PCI device to clean up. 1719 1719 */ 1720 1720 static void pm2fb_remove(struct pci_dev *pdev) 1721 1721 { ··· 1756 1756 1757 1757 1758 1758 #ifndef MODULE 1759 - /** 1759 + /* 1760 1760 * Parse user specified options. 1761 1761 * 1762 1762 * This is, comma-separated options following `video=pm2fb:'.