From: Sachin Kamat Date: Mon, 11 Jun 2012 09:58:42 +0000 (-0300) Subject: [media] s5p-mfc: Fix checkpatch error in s5p_mfc_shm.h file X-Git-Tag: upstream/snapshot3+hdmi~6912^2~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=618a2a3a72e2e41a523d25c17b85521858a41e28;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [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 Acked-by: Kamil Debski Signed-off-by: Marek Szyprowski Signed-off-by: Mauro Carvalho Chehab --- 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 */