summaryrefslogtreecommitdiff
path: root/include/linux/fpga/adi-axi-common.h
diff options
context:
space:
mode:
authorAlexandru Ardelean <alexandru.ardelean@analog.com>2020-03-24 15:46:29 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2020-04-19 16:56:21 +0100
commit641dedd50c488739b56ef0f716988e646295dce4 (patch)
treeeb71b7dab0f51117207209daef61c0a2a399090b /include/linux/fpga/adi-axi-common.h
parent9159c7c06cebfab4bebca0a930b924ad29437638 (diff)
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@kernel.org> Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'include/linux/fpga/adi-axi-common.h')
-rw-r--r--include/linux/fpga/adi-axi-common.h2
1 files changed, 1 insertions, 1 deletions
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))