staging: vc04_services: fix indent in vchiq_debugfs_node

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>
This commit is contained in:
Bastien Maureille 2021-02-22 19:18:14 +01:00 committed by Greg Kroah-Hartman
parent 861cdbdd4d
commit 81091cfa60
1 changed files with 1 additions and 1 deletions

View File

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