diff options
author | Masatake YAMATO <yamato@redhat.com> | 2013-03-19 01:47:28 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-20 17:56:58 -0400 |
commit | 73214f5d9f33b79918b1f7babddd5c8af28dd23d (patch) | |
tree | c18b7cb34898ac673c0f3b85d45225f95ac0f885 /include | |
parent | f379fb991b9f958be2c89df8dc0e446d67f657e4 (diff) | |
download | linux-3.10-73214f5d9f33b79918b1f7babddd5c8af28dd23d.tar.gz linux-3.10-73214f5d9f33b79918b1f7babddd5c8af28dd23d.tar.bz2 linux-3.10-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')
-rw-r--r-- | include/linux/thermal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/thermal.h b/include/linux/thermal.h index f0bd7f90a90..e3c0ae9bb1f 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) |