mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-19 12:24:34 +08:00
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>
This commit is contained in:
parent
f56b919fa4
commit
5c6d8b23ce
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user