[PATCH 4/5] staging: dgnc: sysfs.c: fixes code indent error

Lidza Louina lidza.louina at gmail.com
Wed Aug 21 17:30:10 UTC 2013


This patch fixes the error "code indent should use
tabs where possible" in dgnc_sysfs.c.

Signed-off-by: Lidza Louina <lidza.louina at gmail.com>
---
 drivers/staging/dgnc/dgnc_sysfs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/dgnc/dgnc_sysfs.c b/drivers/staging/dgnc/dgnc_sysfs.c
index 75a2300..0ea6c80 100644
--- a/drivers/staging/dgnc/dgnc_sysfs.c
+++ b/drivers/staging/dgnc/dgnc_sysfs.c
@@ -728,8 +728,8 @@ static struct attribute *dgnc_sysfs_tty_entries[] = {
 
 
 static struct attribute_group dgnc_tty_attribute_group = {
-        .name = NULL,
-        .attrs = dgnc_sysfs_tty_entries,
+	.name = NULL,
+	.attrs = dgnc_sysfs_tty_entries,
 };
 
 
-- 
1.8.1.2



More information about the devel mailing list