summaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2022-04-27 19:36:41 +0200
committernorly <ny-git@enpas.org>2022-04-28 02:23:34 +0200
commitb178e598db264b9f93fbd3cb51cf2e149d14623b (patch)
tree64807b223bad07264881540a6fc7aec90aff1194 /module
parent553218bcfa7d4dbea97a0c1aa104720aa188d15b (diff)
Name enum elm327_to_to_do_bits in lowercase for kernel code style
Diffstat (limited to 'module')
-rw-r--r--module/elmcan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/elmcan.c b/module/elmcan.c
index 6a7b951..1ac1291 100644
--- a/module/elmcan.c
+++ b/module/elmcan.c
@@ -71,7 +71,7 @@
#define ELM327_READY_CHAR '>'
/* Bits in elm->cmds_todo */
-enum ELM327_TX_DO_BITS {
+enum elm327_to_to_do_bits {
ELM327_TX_DO_CAN_DATA = 0,
ELM327_TX_DO_CANID_11BIT,
ELM327_TX_DO_CANID_29BIT_LOW,