diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-06-11 06:58:42 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-18 19:49:06 -0300 |
commit | 618a2a3a72e2e41a523d25c17b85521858a41e28 (patch) | |
tree | 0b2282595d982369cc4870f2317fb1ed0d618c9a /drivers/media | |
parent | f60935c17f0c99d4d70fa7e90cfdba3e7008282d (diff) | |
download | op-kernel-dev-618a2a3a72e2e41a523d25c17b85521858a41e28.zip op-kernel-dev-618a2a3a72e2e41a523d25c17b85521858a41e28.tar.gz |
[media] s5p-mfc: Fix checkpatch error in s5p_mfc_shm.h file
Fixes the following error:
ERROR: open brace '{' following enum go on the same line
+enum MFC_SHM_OFS
+{
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/s5p-mfc/s5p_mfc_shm.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/s5p-mfc/s5p_mfc_shm.h b/drivers/media/video/s5p-mfc/s5p_mfc_shm.h index 764eac6..cf962a4 100644 --- a/drivers/media/video/s5p-mfc/s5p_mfc_shm.h +++ b/drivers/media/video/s5p-mfc/s5p_mfc_shm.h @@ -13,8 +13,7 @@ #ifndef S5P_MFC_SHM_H_ #define S5P_MFC_SHM_H_ -enum MFC_SHM_OFS -{ +enum MFC_SHM_OFS { EXTENEDED_DECODE_STATUS = 0x00, /* D */ SET_FRAME_TAG = 0x04, /* D */ GET_FRAME_TAG_TOP = 0x08, /* D */ |