forked from Minki/linux
staging: dgnc: sysfs.c: fixes code indent error
This patch fixes the error "code indent should use tabs where possible" in dgnc_sysfs.c. Signed-off-by: Lidza Louina <lidza.louina@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
00804f773b
commit
0a60eb3313
@ -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,
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user