mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 01:51:39 +00:00
[PATCH] DocBook: fix kernel-doc comments
Fix typos in comments to remove kernel-doc warnings. Signed-off-by: Martin Waitz <tali@admingilde.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
061350e7ec
commit
0863afb32b
3 changed files with 5 additions and 6 deletions
|
@ -337,8 +337,8 @@ static inline void rio_init_dbell_res(struct resource *res, u16 start, u16 end)
|
|||
|
||||
/**
|
||||
* RIO_DEVICE - macro used to describe a specific RIO device
|
||||
* @vid: the 16 bit RIO vendor ID
|
||||
* @did: the 16 bit RIO device ID
|
||||
* @dev: the 16 bit RIO device ID
|
||||
* @ven: the 16 bit RIO vendor ID
|
||||
*
|
||||
* This macro is used to create a struct rio_device_id that matches a
|
||||
* specific device. The assembly vendor and assembly device fields
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue