aboutsummaryrefslogtreecommitdiffstats
path: root/net/can/af_can.c
diff options
context:
space:
mode:
authorJeremiah Mahler <jmmahler@gmail.com>2014-12-05 09:54:38 -0800
committerMarc Kleine-Budde <mkl@pengutronix.de>2014-12-07 21:22:05 +0100
commit069f8457ae52328741ac5e441e3880c4daabf82c (patch)
treef6d33f01d3e3ff0a180f7666e98bcb0b2b280a79 /net/can/af_can.c
parentcan: slcan/vcan: eliminate banner[] variable, switch to pr_info() (diff)
downloadlinux-dev-069f8457ae52328741ac5e441e3880c4daabf82c.tar.xz
linux-dev-069f8457ae52328741ac5e441e3880c4daabf82c.zip
can: fix spelling errors
Fix various spelling errors in the comments of the CAN modules. Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com> Acked-by: Oliver Hartkopp <socketcan@hartkopp.net> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'net/can/af_can.c')
-rw-r--r--net/can/af_can.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/can/af_can.c b/net/can/af_can.c
index ac05be131df7..66e08040ced7 100644
--- a/net/can/af_can.c
+++ b/net/can/af_can.c
@@ -521,7 +521,7 @@ static void can_rx_delete_receiver(struct rcu_head *rp)
/**
* can_rx_unregister - unsubscribe CAN frames from a specific interface
- * @dev: pointer to netdevice (NULL => unsubcribe from 'all' CAN devices list)
+ * @dev: pointer to netdevice (NULL => unsubscribe from 'all' CAN devices list)
* @can_id: CAN identifier
* @mask: CAN mask
* @func: callback function on filter match