diff options
author | Haowen Bai <baihaowen@meizu.com> | 2022-04-01 11:41:57 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2022-04-04 09:55:23 +0300 |
commit | 5c6d8b23cef8feb0039377e355f67aa7441c1115 (patch) | |
tree | bd0cdf2502bf779a3d1ebaf5658656a4504c6e1d /drivers | |
parent | f56b919fa4f1b27c589e71f7d90e9785f9196bf1 (diff) | |
download | linux-5c6d8b23cef8feb0039377e355f67aa7441c1115.tar.xz |
video: fbdev: pm2fb: Fix a kernel-doc formatting issue
This function had kernel-doc that not used a hash to separate
the function name from the one line description.
Signed-off-by: Haowen Bai <baihaowen@meizu.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/video/fbdev/pm2fb.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/video/fbdev/pm2fb.c b/drivers/video/fbdev/pm2fb.c index c68725eebee3..d3be2c64f1c0 100644 --- a/drivers/video/fbdev/pm2fb.c +++ b/drivers/video/fbdev/pm2fb.c @@ -1504,9 +1504,7 @@ static const struct fb_ops pm2fb_ops = { /** - * Device initialisation - * - * Initialise and allocate resource for PCI device. + * pm2fb_probe - Initialise and allocate resource for PCI device. * * @pdev: PCI device. * @id: PCI device ID. @@ -1711,9 +1709,7 @@ static int pm2fb_probe(struct pci_dev *pdev, const struct pci_device_id *id) } /** - * Device removal. - * - * Release all device resources. + * pm2fb_remove - Release all device resources. * * @pdev: PCI device to clean up. */ |