All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [media] s5p-mfc: Fix checkpatch error in s5p_mfc_shm.h file
@ 2012-06-11 10:58 Sachin Kamat
  2012-06-13 12:11 ` Kamil Debski
  0 siblings, 1 reply; 2+ messages in thread
From: Sachin Kamat @ 2012-06-11 10:58 UTC (permalink / raw)
  To: linux-media; +Cc: k.debski, kyungmin.park, mchehab, sachin.kamat, patches

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>
---
 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 */
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [PATCH] [media] s5p-mfc: Fix checkpatch error in s5p_mfc_shm.h file
  2012-06-11 10:58 [PATCH] [media] s5p-mfc: Fix checkpatch error in s5p_mfc_shm.h file Sachin Kamat
@ 2012-06-13 12:11 ` Kamil Debski
  0 siblings, 0 replies; 2+ messages in thread
From: Kamil Debski @ 2012-06-13 12:11 UTC (permalink / raw)
  To: 'Sachin Kamat', linux-media; +Cc: kyungmin.park, mchehab, patches

Hi,

Thanks for the patch.

Best wishes,
Kamil Debski

> From: Sachin Kamat [mailto:sachin.kamat@linaro.org]
> Sent: 11 June 2012 12:59
> 
> 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>

> ---
>  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 */
> --
> 1.7.4.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-13 12:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-11 10:58 [PATCH] [media] s5p-mfc: Fix checkpatch error in s5p_mfc_shm.h file Sachin Kamat
2012-06-13 12:11 ` Kamil Debski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.