[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1397609680-10321-1-git-send-email-thomas.tanaka@gmail.com>
Date: Tue, 15 Apr 2014 17:54:39 -0700
From: Thomas Tanaka <thomas.tanaka@...il.com>
To: gregkh@...uxfoundation.org
Cc: jg1.han@...sung.com, akpm@...ux-foundation.org,
keescook@...omium.org, peter.p.waskiewicz.jr@...el.com,
bernat.ada@...il.com, thomas.tanaka@...il.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: [PATCH] staging: dgrp: Fixed coding style
Fixed line width > 80
Signed-off-by: Thomas Tanaka <thomas.tanaka@...il.com>
---
drivers/staging/dgrp/dgrp_sysfs.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/dgrp/dgrp_sysfs.c b/drivers/staging/dgrp/dgrp_sysfs.c
index 2f9345f..93803e0c 100644
--- a/drivers/staging/dgrp/dgrp_sysfs.c
+++ b/drivers/staging/dgrp/dgrp_sysfs.c
@@ -108,8 +108,8 @@ int dgrp_create_class_sysfs_files(void)
ret = sysfs_create_group(&dgrp_class_global_settings_dev->kobj,
&dgrp_global_settings_attribute_group);
if (ret) {
- pr_alert("%s: failed to create sysfs global settings device attributes.\n",
- __func__);
+ pr_alert("%s: failed to create sysfs global settings device
+ attributes.\n", __func__);
goto err_dev1;
}
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists