Commit 81091cfa authored by Bastien Maureille's avatar Bastien Maureille Committed by Greg Kroah-Hartman

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: default avatarBastien Maureille <bastien.maureille@gmail.com>
Link: https://lore.kernel.org/r/20210222181812.268909-1-bastien.maureille@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 861cdbdd
......@@ -7,7 +7,7 @@
#include "vchiq_core.h"
struct vchiq_debugfs_node {
struct dentry *dentry;
struct dentry *dentry;
};
void vchiq_debugfs_init(void);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment