public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] net: wireless: remove leading spaces before tabs
@ 2021-05-19  6:55 Hui Tang
  2021-05-19  6:55 ` [PATCH 1/3] net: libertas: " Hui Tang
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Hui Tang @ 2021-05-19  6:55 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, linux-kernel, tanghui20

There are a few leading spaces before tabs and remove it by running the
following commard:

	$ find . -name '*.c' | xargs sed -r -i 's/^[ ]+\t/\t/'

Hui Tang (3):
  net: libertas: remove leading spaces before tabs
  rt2x00: remove leading spaces before tabs
  net: ti: remove leading spaces before tabs

 drivers/net/wireless/marvell/libertas/main.c   | 2 +-
 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 2 +-
 drivers/net/wireless/ti/wlcore/main.c          | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

--
2.8.1


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

end of thread, other threads:[~2021-06-15 13:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-19  6:55 [PATCH 0/3] net: wireless: remove leading spaces before tabs Hui Tang
2021-05-19  6:55 ` [PATCH 1/3] net: libertas: " Hui Tang
2021-06-15 13:16   ` [1/3] " Kalle Valo
2021-05-19  6:55 ` [PATCH 2/3] rt2x00: " Hui Tang
2021-05-19  6:55 ` [PATCH 3/3] net: ti: " Hui Tang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox