Skip to content

Commit

Permalink
[media] s5p-mfc: Fix checkpatch error in s5p_mfc_shm.h file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sachin Kamat authored and Mauro Carvalho Chehab committed Jun 18, 2012
1 parent f60935c commit 618a2a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/media/video/s5p-mfc/s5p_mfc_shm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 618a2a3

Please sign in to comment.