]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commitdiff
cls_can: unify description wording
authorOliver Hartkopp <oliver@hartkopp.net>
Thu, 6 Oct 2011 15:21:27 +0000 (17:21 +0200)
committerRostislav Lisovy <lisovy@gmail.com>
Thu, 6 Oct 2011 15:37:22 +0000 (17:37 +0200)
Unify description wording for CAN classifier.

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
net/sched/Kconfig
net/sched/cls_can.c

index 606f64715dbc9a0ab278203e88cb6c927d2ec03a..effa40e0d5d4a5f635cc04531299a8e913d9fd8b 100644 (file)
@@ -231,11 +231,11 @@ config NET_CLS_BASIC
          module will be called cls_basic.
 
 config NET_CLS_CAN
-       tristate "Controller Area Network can_id classifier (CAN filter)"
+       tristate "Controller Area Network classifier (CAN)"
        select NET_CLS
        ---help---
          Say Y here if you want to be able to classify CAN frames according
-         to their CAN IDs.
+         to their CAN identifiers (can_id).
 
          To compile this code as a module, choose M here: the
          module will be called cls_can.
index e33c1203be6988165d27a26b33a14293223dd7a3..0b956c532882fcb72287050fcd4326964860d040 100644 (file)
@@ -1,6 +1,6 @@
 /* 
- * cls_can.c  -- CAN classifier.
- * Makes decisions accoring to controller area network (CAN) identifiers.
+ * cls_can.c  -- Controller Area Network classifier.
+ * Makes decisions according to Controller Area Network identifiers (can_id).
  *
  *             This program is free software; you can distribute it and/or
  *             modify it under the terms of the GNU General Public License
@@ -575,5 +575,5 @@ module_init(init_canfltr);
 module_exit(exit_canfltr);
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR(""); // FIXME
-MODULE_DESCRIPTION("Controller Area Network can_id classifier");
+MODULE_DESCRIPTION("Controller Area Network classifier");