All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove space before tabs
@ 2021-04-29  9:13 Sanjana Srinidhi
  0 siblings, 0 replies; 3+ messages in thread
From: Sanjana Srinidhi @ 2021-04-29  9:13 UTC (permalink / raw)
  To: linux, kw, bhelgaas; +Cc: linux-kernel

Space before tabs are removed to maintain code uniformity.

Signed-off-by: Sanjana Srinidhi <sanjanasrinidhi1810@gmail.com>
---
 drivers/pcmcia/yenta_socket.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/pcmcia/yenta_socket.c b/drivers/pcmcia/yenta_socket.c
index 84bfc0e85d6b..e9da9c197ff1 100644
--- a/drivers/pcmcia/yenta_socket.c
+++ b/drivers/pcmcia/yenta_socket.c
@@ -6,10 +6,10 @@
  *
  * Changelog:
  * Aug 2002: Manfred Spraul <manfred@colorfullife.com>
- * 	Dynamically adjust the size of the bridge resource
+ *	Dynamically adjust the size of the bridge resource
  *
  * May 2003: Dominik Brodowski <linux@brodo.de>
- * 	Merge pci_socket.c and yenta.c into one file
+ *	Merge pci_socket.c and yenta.c into one file
  */
 #include <linux/init.h>
 #include <linux/pci.h>
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] Remove space before tabs
@ 2021-04-28  9:35 Sanjana Srinidhi
  0 siblings, 0 replies; 3+ messages in thread
From: Sanjana Srinidhi @ 2021-04-28  9:35 UTC (permalink / raw)
  To: kys, haiyangz, sthemmin, wei.liu; +Cc: linux-hyperv, linux-kernel

Space before tabs is removed to maintain code uniformity.

Signed-off-by: Sanjana Srinidhi <sanjanasrinidhi1810@gmail.com>
---
 drivers/hv/vmbus_drv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
index 10dce9f91216..f01db0837f75 100644
--- a/drivers/hv/vmbus_drv.c
+++ b/drivers/hv/vmbus_drv.c
@@ -1782,7 +1782,7 @@ static ssize_t target_cpu_store(struct vmbus_channel *channel,
 	 * UNLOCK channel_mutex		UNLOCK channel_mutex
 	 *
 	 * Forbids: r1 == r2 == CHANNEL_OPENED (i.e., CPU1's LOCK precedes
-	 * 		CPU2's LOCK) && CPU2's SEND precedes CPU1's SEND
+	 *		CPU2's LOCK) && CPU2's SEND precedes CPU1's SEND
 	 *
 	 * Note.  The host processes the channel messages "sequentially", in
 	 * the order in which they are received on a per-partition basis.
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] Remove space before tabs
@ 2021-04-28  9:11 Sanjana Srinidhi
  0 siblings, 0 replies; 3+ messages in thread
From: Sanjana Srinidhi @ 2021-04-28  9:11 UTC (permalink / raw)
  To: bp, mchehab, tony.luck, james.morse, rric; +Cc: linux-edac, linux-kernel

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 --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)
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-29  9:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-29  9:13 [PATCH] Remove space before tabs Sanjana Srinidhi
  -- strict thread matches above, loose matches on Subject: below --
2021-04-28  9:35 Sanjana Srinidhi
2021-04-28  9:11 Sanjana Srinidhi

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.