linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] spi: uapi: spidev: Use TABs for alignment
@ 2020-06-13  7:37 Geert Uytterhoeven
  2020-06-15 14:42 ` Mark Brown
  2020-06-15 15:06 ` Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2020-06-13  7:37 UTC (permalink / raw)
  To: Mark Brown, Qing Zhang; +Cc: linux-spi, linux-kernel, Geert Uytterhoeven

The UAPI <linux/spi/spidev.h> uses TABs for alignment.
Convert the recently introduced spaces to TABs to restore consistency.

Fixes: f30e8cbdf8ee1a43 ("spi: tools: Add macro definitions to fix build errors")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 include/uapi/linux/spi/spidev.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/uapi/linux/spi/spidev.h b/include/uapi/linux/spi/spidev.h
index 9390615d52f0c1cb..d56427c0b3e05953 100644
--- a/include/uapi/linux/spi/spidev.h
+++ b/include/uapi/linux/spi/spidev.h
@@ -48,10 +48,10 @@
 #define SPI_TX_QUAD		0x200
 #define SPI_RX_DUAL		0x400
 #define SPI_RX_QUAD		0x800
-#define SPI_CS_WORD             0x1000
-#define SPI_TX_OCTAL            0x2000
-#define SPI_RX_OCTAL            0x4000
-#define SPI_3WIRE_HIZ           0x8000
+#define SPI_CS_WORD		0x1000
+#define SPI_TX_OCTAL		0x2000
+#define SPI_RX_OCTAL		0x4000
+#define SPI_3WIRE_HIZ		0x8000
 
 /*---------------------------------------------------------------------------*/
 
-- 
2.17.1


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

* Re: [PATCH] spi: uapi: spidev: Use TABs for alignment
  2020-06-13  7:37 [PATCH] spi: uapi: spidev: Use TABs for alignment Geert Uytterhoeven
@ 2020-06-15 14:42 ` Mark Brown
  2020-06-15 14:58   ` Geert Uytterhoeven
  2020-06-15 15:06 ` Mark Brown
  1 sibling, 1 reply; 4+ messages in thread
From: Mark Brown @ 2020-06-15 14:42 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Qing Zhang, linux-spi, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 355 bytes --]

On Sat, Jun 13, 2020 at 09:37:54AM +0200, Geert Uytterhoeven wrote:
> The UAPI <linux/spi/spidev.h> uses TABs for alignment.
> Convert the recently introduced spaces to TABs to restore consistency.
> 
> Fixes: f30e8cbdf8ee1a43 ("spi: tools: Add macro definitions to fix build errors")

That commit doesn't exist?  I think you mean 7bb64402a092136.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH] spi: uapi: spidev: Use TABs for alignment
  2020-06-15 14:42 ` Mark Brown
@ 2020-06-15 14:58   ` Geert Uytterhoeven
  0 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2020-06-15 14:58 UTC (permalink / raw)
  To: Mark Brown; +Cc: Qing Zhang, linux-spi, Linux Kernel Mailing List

Hi Mark,

On Mon, Jun 15, 2020 at 4:42 PM Mark Brown <broonie@kernel.org> wrote:
> On Sat, Jun 13, 2020 at 09:37:54AM +0200, Geert Uytterhoeven wrote:
> > The UAPI <linux/spi/spidev.h> uses TABs for alignment.
> > Convert the recently introduced spaces to TABs to restore consistency.
> >
> > Fixes: f30e8cbdf8ee1a43 ("spi: tools: Add macro definitions to fix build errors")
>
> That commit doesn't exist?  I think you mean 7bb64402a092136.

Indeed, I stand corrected.

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] spi: uapi: spidev: Use TABs for alignment
  2020-06-13  7:37 [PATCH] spi: uapi: spidev: Use TABs for alignment Geert Uytterhoeven
  2020-06-15 14:42 ` Mark Brown
@ 2020-06-15 15:06 ` Mark Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2020-06-15 15:06 UTC (permalink / raw)
  To: Geert Uytterhoeven, Qing Zhang; +Cc: linux-kernel, linux-spi

On Sat, 13 Jun 2020 09:37:54 +0200, Geert Uytterhoeven wrote:
> The UAPI <linux/spi/spidev.h> uses TABs for alignment.
> Convert the recently introduced spaces to TABs to restore consistency.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/1] spi: uapi: spidev: Use TABs for alignment
      commit: 27784a256c2a453d891c0aaff84c3ac3f2e8a5a0

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-13  7:37 [PATCH] spi: uapi: spidev: Use TABs for alignment Geert Uytterhoeven
2020-06-15 14:42 ` Mark Brown
2020-06-15 14:58   ` Geert Uytterhoeven
2020-06-15 15:06 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).