>>-----Original Message----- >>From: Menon, Nishanth >>Sent: Friday, August 06, 2010 3:54 AM >>To: linux-omap >>Cc: Menon, Nishanth; Kevin Hilman; Gopinath, Thara >>Subject: [PM-SR][PATCH 04/12] omap3: sr: device: cleanup pr_xxx >> >>Strings in c dont need to be split accross multiple lines with \ >>. instead they can be put as "abc " "def " and it is equivalent to >>"abc def". >> >>Cc: Kevin Hilman <khilman@xxxxxxxxxxxxxxxxxxx> >>Cc: Thara Gopinath <thara@xxxxxx> >> >>Signed-off-by: Nishanth Menon <nm@xxxxxx> >>--- >> arch/arm/mach-omap2/sr_device.c | 5 +++-- >> 1 files changed, 3 insertions(+), 2 deletions(-) >> >>diff --git a/arch/arm/mach-omap2/sr_device.c b/arch/arm/mach-omap2/sr_device.c >>index dbf7603..7d13704 100644 >>--- a/arch/arm/mach-omap2/sr_device.c >>+++ b/arch/arm/mach-omap2/sr_device.c >>@@ -151,8 +151,9 @@ static int sr_dev_init(struct omap_hwmod *oh, void *user) >> sr_dev_data->volts_supported = omap_get_voltage_table(i, >> &sr_dev_data->volt_data); >> if (!sr_dev_data->volts_supported) { >>- pr_warning("%s: No Voltage table registerd fo VDD%d.Something \ >>- really wrong\n\n", __func__, i + 1); >>+ pr_warning("%s: No Voltage table registerd fo VDD%d. " >>+ "Something is really wrong\n", >>+ __func__, i + 1); Taken in. Regards Thara >> i++; >> kfree(sr_data); >> return 0; >>-- >>1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html