diff mbox series

Remove space before tabs

Message ID 20210428091150.2c4qymxaxe2k4wqo@sanjana-VirtualBox (mailing list archive)
State New, archived
Headers show
Series Remove space before tabs | expand

Commit Message

Sanjana Srinidhi April 28, 2021, 9:11 a.m. UTC
Spaces are removed before tabs to maintain code uniformity.

Signed-off-by: Sanjana Srinidhi <sanjanasrinidhi1810@gmail.com>
---
 drivers/edac/edac_pci.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
diff mbox series

Patch

diff --git a/drivers/edac/edac_pci.c b/drivers/edac/edac_pci.c
index 48c844a72a27..46a68a70d30a 100644
--- a/drivers/edac/edac_pci.c
+++ b/drivers/edac/edac_pci.c
@@ -68,7 +68,7 @@  EXPORT_SYMBOL_GPL(edac_pci_free_ctl_info);
 
 /*
  * find_edac_pci_by_dev()
- * 	scans the edac_pci list for a specific 'struct device *'
+ *	scans the edac_pci list for a specific 'struct device *'
  *
  *	return NULL if not found, or return control struct pointer
  */
@@ -91,11 +91,11 @@  static struct edac_pci_ctl_info *find_edac_pci_by_dev(struct device *dev)
 
 /*
  * add_edac_pci_to_global_list
- * 	Before calling this function, caller must assign a unique value to
- * 	edac_dev->pci_idx.
- * 	Return:
- * 		0 on success
- * 		1 on failure
+ *	Before calling this function, caller must assign a unique value to
+ *	edac_dev->pci_idx.
+ *	Return:
+ *		0 on success
+ *		1 on failure
  */
 static int add_edac_pci_to_global_list(struct edac_pci_ctl_info *pci)
 {
@@ -161,7 +161,7 @@  static void del_edac_pci_from_global_list(struct edac_pci_ctl_info *pci)
 /*
  * edac_pci_workq_function()
  *
- * 	periodic function that performs the operation
+ *	periodic function that performs the operation
  *	scheduled by a workq request, for a given PCI control struct
  */
 static void edac_pci_workq_function(struct work_struct *work_req)