Commit 5c6d8b23 authored by Haowen Bai's avatar Haowen Bai Committed by Helge Deller

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: default avatarHaowen Bai <baihaowen@meizu.com>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent f56b919f
...@@ -1504,9 +1504,7 @@ static const struct fb_ops pm2fb_ops = { ...@@ -1504,9 +1504,7 @@ static const struct fb_ops pm2fb_ops = {
/** /**
* Device initialisation * pm2fb_probe - Initialise and allocate resource for PCI device.
*
* Initialise and allocate resource for PCI device.
* *
* @pdev: PCI device. * @pdev: PCI device.
* @id: PCI device ID. * @id: PCI device ID.
...@@ -1711,9 +1709,7 @@ static int pm2fb_probe(struct pci_dev *pdev, const struct pci_device_id *id) ...@@ -1711,9 +1709,7 @@ static int pm2fb_probe(struct pci_dev *pdev, const struct pci_device_id *id)
} }
/** /**
* Device removal. * pm2fb_remove - Release all device resources.
*
* Release all device resources.
* *
* @pdev: PCI device to clean up. * @pdev: PCI device to clean up.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment