diff options
author | Alexandru Ardelean <alexandru.ardelean@analog.com> | 2020-03-24 15:46:29 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-04-19 16:56:21 +0100 |
commit | 641dedd50c488739b56ef0f716988e646295dce4 (patch) | |
tree | eb71b7dab0f51117207209daef61c0a2a399090b /include/linux/fpga | |
parent | 9159c7c06cebfab4bebca0a930b924ad29437638 (diff) | |
download | lwn-641dedd50c488739b56ef0f716988e646295dce4.tar.gz lwn-641dedd50c488739b56ef0f716988e646295dce4.zip |
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')
-rw-r--r-- | include/linux/fpga/adi-axi-common.h | 2 |
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)) |