From: Jahnavi Meher Date: Mon, 16 Jun 2014 14:10:02 +0000 (+0530) Subject: rsi: Fixed the kernel doc X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=19d2e619e75459291ad053ab3e1a97619ae0704e;p=deliverable%2Flinux.git rsi: Fixed the kernel doc Changed the function header to match the function name. Signed-off-by: Jahnavi Meher Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/rsi/rsi_91x_mac80211.c b/drivers/net/wireless/rsi/rsi_91x_mac80211.c index 54aaeb09debf..a1bdea126151 100644 --- a/drivers/net/wireless/rsi/rsi_91x_mac80211.c +++ b/drivers/net/wireless/rsi/rsi_91x_mac80211.c @@ -185,7 +185,7 @@ static void rsi_register_rates_channels(struct rsi_hw *adapter, int band) } /** - * rsi_mac80211_attach() - This function is used to de-initialize the + * rsi_mac80211_detach() - This function is used to de-initialize the * Mac80211 stack. * @adapter: Pointer to the adapter structure. *