aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/thermal.h
diff options
context:
space:
mode:
authorMasatake YAMATO <yamato@redhat.com>2013-03-19 01:47:28 +0000
committerDavid S. Miller <davem@davemloft.net>2013-03-20 17:56:58 -0400
commit73214f5d9f33b79918b1f7babddd5c8af28dd23d (patch)
treec18b7cb34898ac673c0f3b85d45225f95ac0f885 /include/linux/thermal.h
parentMerge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless (diff)
downloadlinux-dev-73214f5d9f33b79918b1f7babddd5c8af28dd23d.tar.xz
linux-dev-73214f5d9f33b79918b1f7babddd5c8af28dd23d.zip
thermal: shorten too long mcast group name
The original name is too long. Signed-off-by: Masatake YAMATO <yamato@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/thermal.h')
-rw-r--r--include/linux/thermal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/thermal.h b/include/linux/thermal.h
index f0bd7f90a90d..e3c0ae9bb1fa 100644
--- a/include/linux/thermal.h
+++ b/include/linux/thermal.h
@@ -44,7 +44,7 @@
/* Adding event notification support elements */
#define THERMAL_GENL_FAMILY_NAME "thermal_event"
#define THERMAL_GENL_VERSION 0x01
-#define THERMAL_GENL_MCAST_GROUP_NAME "thermal_mc_group"
+#define THERMAL_GENL_MCAST_GROUP_NAME "thermal_mc_grp"
/* Default Thermal Governor */
#if defined(CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE)