mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
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
This commit is contained in:
parent
5c7ddcc801
commit
b47e6ca3c0
|
|
@ -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:'.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user