From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-Id: <20130411202611.210538692@goodmis.org> Date: Thu, 11 Apr 2013 16:27:35 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Masatake YAMATO , "David S. Miller" Subject: [ 152/171 ] thermal: shorten too long mcast group name References: <20130411202503.783159048@goodmis.org> Content-Disposition: inline; filename=0152-thermal-shorten-too-long-mcast-group-name.patch Sender: linux-kernel-owner@vger.kernel.org List-ID: 3.6.11.2 stable review patch. If anyone has any objections, please let me know. ------------------ From: Masatake YAMATO [ Upstream commit 73214f5d9f33b79918b1f7babddd5c8af28dd23d ] The original name is too long. Signed-off-by: Masatake YAMATO Signed-off-by: David S. Miller Signed-off-by: Steven Rostedt --- include/linux/thermal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/thermal.h b/include/linux/thermal.h index 4b94a61..30c223b 100644 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h @@ -122,7 +122,7 @@ struct thermal_zone_device { /* 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" enum events { THERMAL_AUX0, -- 1.7.10.4