]> git.baikalelectronics.ru Git - kernel.git/commit
brcmsmac: update comment to reflect the code
authorEmil Goode <emilgoode@gmail.com>
Sun, 9 Mar 2014 20:06:52 +0000 (21:06 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 14 Mar 2014 18:49:15 +0000 (14:49 -0400)
commit0040b4c76d687bf3d954f0e1ed95dcfb1c7f87ea
tree2ff72783988210b1c194525f6f223efeb10f9310
parente859c35b6f4dc538df61cf4c8d61639c7fa9e659
brcmsmac: update comment to reflect the code

The brcms_attach function is defined as static but the comment is
saying that it should not be static or gcc will issue a warning.
I believe we can remove the comment as I don't se a problem with
this function being defined as static.

Signed-off-by: Emil Goode <emilgoode@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c