staging: vc04_services: fix indent in vchiq_debugfs_node
authorBastien Maureille <bastien.maureille@gmail.com>
Mon, 22 Feb 2021 18:18:14 +0000 (19:18 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:25:29 +0000 (09:25 +0100)
Fix checkpatch.pl warning regarding space indents and replace it with
tabs to comply with kernel coding style.

Signed-off-by: Bastien Maureille <bastien.maureille@gmail.com>
Link: https://lore.kernel.org/r/20210222181812.268909-1-bastien.maureille@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_debugfs.h

index ec2f033..e9bf055 100644 (file)
@@ -7,7 +7,7 @@
 #include "vchiq_core.h"
 
 struct vchiq_debugfs_node {
-    struct dentry *dentry;
+       struct dentry *dentry;
 };
 
 void vchiq_debugfs_init(void);