aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/kpc2000/kpc2000/dma_common_defs.h
diff options
context:
space:
mode:
authorDeepak R Varma <mh12gx2825@gmail.com>2020-10-21 21:39:29 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-10-26 06:53:10 +0100
commitfaf9ca25f9183b184a6888ce24b48cc893dd9746 (patch)
tree274ea44527323d1788f2c42626c2dde624ce351f /drivers/staging/kpc2000/kpc2000/dma_common_defs.h
parentstaging: kpc2000: rearrange lines exceeding 100 columns (diff)
downloadlinux-dev-faf9ca25f9183b184a6888ce24b48cc893dd9746.tar.xz
linux-dev-faf9ca25f9183b184a6888ce24b48cc893dd9746.zip
staging: kpc2000: re-indent code for better readability
Re-indent code as per the coding style guidelines. The changes improve code readability. Issue reported by checkpatch script. Signed-off-by: Deepak R Varma <mh12gx2825@gmail.com> Link: https://lore.kernel.org/r/29cf604e69435c1f0ef46397d0d8a1b62f32fa9b.1603295576.git.mh12gx2825@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--drivers/staging/kpc2000/kpc2000/dma_common_defs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/kpc2000/kpc2000/dma_common_defs.h b/drivers/staging/kpc2000/kpc2000/dma_common_defs.h
index 21450e3d408f..8bc78be3c259 100644
--- a/drivers/staging/kpc2000/kpc2000/dma_common_defs.h
+++ b/drivers/staging/kpc2000/kpc2000/dma_common_defs.h
@@ -6,8 +6,7 @@
#define KPC_DMA_S2C_BASE_OFFSET 0x0000
#define KPC_DMA_C2S_BASE_OFFSET 0x2000
#define KPC_DMA_ENGINE_SIZE 0x0100
-#define ENGINE_CAP_PRESENT_MASK 0x1
-
+#define ENGINE_CAP_PRESENT_MASK 0x1
#define KPC_DMA_CARD_IRQ_ENABLE (1 << 0)
#define KPC_DMA_CARD_IRQ_ACTIVE (1 << 1)