diff options
author | YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org> | 2012-11-02 04:45:24 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-03 15:37:35 -0400 |
commit | 7f2cd328d4bf4634c53b3a8b23bb92c7e17af538 (patch) | |
tree | 35c79ac3a23c259b5e8a28326ad41671a5e6e08a /drivers | |
parent | 8f6352f2b5aecd4b0af5ef31361af1146f9528d6 (diff) | |
download | talos-op-linux-7f2cd328d4bf4634c53b3a8b23bb92c7e17af538.tar.gz talos-op-linux-7f2cd328d4bf4634c53b3a8b23bb92c7e17af538.zip |
net: neterion: Do not break word unregister.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/ethernet/neterion/s2io.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ethernet/neterion/s2io.c b/drivers/net/ethernet/neterion/s2io.c index de50547c187d..c98decb19ce8 100644 --- a/drivers/net/ethernet/neterion/s2io.c +++ b/drivers/net/ethernet/neterion/s2io.c @@ -8239,7 +8239,8 @@ static int __init s2io_starter(void) /** * s2io_closer - Cleanup routine for the driver - * Description: This function is the cleanup routine for the driver. It unregist * ers the driver. + * Description: This function is the cleanup routine for the driver. It + * unregisters the driver. */ static __exit void s2io_closer(void) |