diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2006-06-06 12:06:41 -0700 |
---|---|---|
committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2006-06-30 22:09:12 +0200 |
commit | 66005216074337e3925514456175b202f17e23ef (patch) | |
tree | 486eba665acf7d6769be1b56d0071a4448388a7e /drivers/pcmcia | |
parent | fd99ddd0701385344eadaf2daa6abbc5fb086750 (diff) | |
download | op-kernel-dev-66005216074337e3925514456175b202f17e23ef.zip op-kernel-dev-66005216074337e3925514456175b202f17e23ef.tar.gz |
[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')
-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 9fcd661..47e5760 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) } /** - * yenta_fixup_parent_subordinate - Fix subordinate bus# of the parent bridge + * yenta_fixup_parent_bridge - Fix subordinate bus# of the parent bridge * @cardbus_bridge: The PCI bus which the CardBus bridge bridges to * * Checks if devices on the bus which the CardBus bridge bridges to would be |