All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: vc04_services: fix indent in vchiq_debugfs_node
@ 2021-02-22 18:18 Bastien Maureille
  0 siblings, 0 replies; only message in thread
From: Bastien Maureille @ 2021-02-22 18:18 UTC (permalink / raw)
  To: nsaenzjulienne, gregkh
  Cc: linux-arm-kernel, bcm-kernel-feedback-list, linux-rpi-kernel,
	Bastien Maureille

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>
---
 .../staging/vc04_services/interface/vchiq_arm/vchiq_debugfs.h   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_debugfs.h b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_debugfs.h
index ec2f033cdf32..e9bf055a4ca9 100644
--- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_debugfs.h
+++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_debugfs.h
@@ -7,7 +7,7 @@
 #include "vchiq_core.h"
 
 struct vchiq_debugfs_node {
-    struct dentry *dentry;
+	struct dentry *dentry;
 };
 
 void vchiq_debugfs_init(void);
-- 
2.30.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-22 18:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-22 18:18 [PATCH] staging: vc04_services: fix indent in vchiq_debugfs_node Bastien Maureille

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.