diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2006-06-06 15:06:41 -0400 |
---|---|---|
committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2006-06-30 16:09:12 -0400 |
commit | 66005216074337e3925514456175b202f17e23ef (patch) | |
tree | 486eba665acf7d6769be1b56d0071a4448388a7e /drivers/pcmcia/yenta_socket.c | |
parent | fd99ddd0701385344eadaf2daa6abbc5fb086750 (diff) |
[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>
Diffstat (limited to 'drivers/pcmcia/yenta_socket.c')
-rw-r--r-- | drivers/pcmcia/yenta_socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/yenta_socket.c b/drivers/pcmcia/yenta_socket.c index 9fcd6612aeb2..47e57602d5ea 100644 --- a/drivers/pcmcia/yenta_socket.c +++ b/drivers/pcmcia/yenta_socket.c | |||
@@ -1006,7 +1006,7 @@ static void yenta_config_init(struct yenta_socket *socket) | |||
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 | * @cardbus_bridge: The PCI bus which the CardBus bridge bridges to | 1010 | * @cardbus_bridge: The PCI bus which the CardBus bridge bridges to |
1011 | * | 1011 | * |
1012 | * Checks if devices on the bus which the CardBus bridge bridges to would be | 1012 | * Checks if devices on the bus which the CardBus bridge bridges to would be |