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
1 changed files with 2 additions and 2 deletions
|
@ -728,8 +728,8 @@ static struct attribute *dgnc_sysfs_tty_entries[] = {
|
||||||
|
|
||||||
|
|
||||||
static struct attribute_group dgnc_tty_attribute_group = {
|
static struct attribute_group dgnc_tty_attribute_group = {
|
||||||
.name = NULL,
|
.name = NULL,
|
||||||
.attrs = dgnc_sysfs_tty_entries,
|
.attrs = dgnc_sysfs_tty_entries,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue