lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Thu, 29 Apr 2021 14:43:33 +0530
From:   Sanjana Srinidhi <sanjanasrinidhi1810@...il.com>
To:     linux@...inikbrodowski.net, kw@...ux.com, bhelgaas@...gle.com
Cc:     linux-kernel@...r.kernel.org
Subject: [PATCH] Remove space before tabs

Space before tabs are removed to maintain code uniformity.

Signed-off-by: Sanjana Srinidhi <sanjanasrinidhi1810@...il.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@...orfullife.com>
- * 	Dynamically adjust the size of the bridge resource
+ *	Dynamically adjust the size of the bridge resource
  *
  * May 2003: Dominik Brodowski <linux@...do.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ