[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200312083511.28832-2-alexandru.ardelean@analog.com>
Date: Thu, 12 Mar 2020 10:35:04 +0200
From: Alexandru Ardelean <ardeleanalex@...il.com>
To: linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org
Cc: jic23@...nel.org, robh+dt@...nel.org, Laszlo.Nagy@...log.com,
Andrei.Grozav@...log.com, Michael.Hennerich@...log.com,
Istvan.Csomortani@...log.com, Adrian.Costina@...log.com,
Dragos.Bogdan@...log.com,
Alexandru Ardelean <alexandru.ardelean@...log.com>,
Moritz Fischer <mdf@...nel.org>
Subject: [PATCH v9 1/8] include: fpga: adi-axi-common.h: fixup whitespace tab -> space
The initial version use a tab between '#define' & 'ADI_AXI_REG_VERSION'.
This changes it to space. The change is purely cosmetic.
Acked-by: Moritz Fischer <mdf@...nel.org>
Signed-off-by: Alexandru Ardelean <alexandru.ardelean@...log.com>
---
include/linux/fpga/adi-axi-common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/fpga/adi-axi-common.h b/include/linux/fpga/adi-axi-common.h
index 7fc95d5c95bb..ebd4e07ae3d8 100644
--- a/include/linux/fpga/adi-axi-common.h
+++ b/include/linux/fpga/adi-axi-common.h
@@ -11,7 +11,7 @@
#ifndef ADI_AXI_COMMON_H_
#define ADI_AXI_COMMON_H_
-#define ADI_AXI_REG_VERSION 0x0000
+#define ADI_AXI_REG_VERSION 0x0000
#define ADI_AXI_PCORE_VER(major, minor, patch) \
(((major) << 16) | ((minor) << 8) | (patch))
--
2.20.1
Powered by blists - more mailing lists