Spaces to tabs

This commit is contained in:
Ciro Santilli
2017-06-08 06:26:20 +01:00
parent 41dbf46531
commit 4c1b0e7891
7 changed files with 85 additions and 85 deletions

View File

@@ -144,7 +144,7 @@ static int myinit(void)
printk(KERN_ALERT "debugfs_create_dir failed");
return -1;
}
file = debugfs_create_file("f", 0666, dir, NULL, &fops);
file = debugfs_create_file("f", 0666, dir, NULL, &fops);
if (!file) {
printk(KERN_ALERT "debugfs_create_file failed");
return -1;