Commit 66005216074337e3925514456175b202f17e23ef
Committed by
Dominik Brodowski
1 parent
fd99ddd070
Exists in
master
and in
4 other branches
[PATCH] pcmcia: fix kernel-doc function name
Fix kernel-doc function name spello. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/pcmcia/yenta_socket.c
| ... | ... | @@ -1006,7 +1006,7 @@ |
| 1006 | 1006 | } |
| 1007 | 1007 | |
| 1008 | 1008 | /** |
| 1009 | - * yenta_fixup_parent_subordinate - Fix subordinate bus# of the parent bridge | |
| 1009 | + * yenta_fixup_parent_bridge - Fix subordinate bus# of the parent bridge | |
| 1010 | 1010 | * @cardbus_bridge: The PCI bus which the CardBus bridge bridges to |
| 1011 | 1011 | * |
| 1012 | 1012 | * Checks if devices on the bus which the CardBus bridge bridges to would be |