* [PATCH] Staging: sm750fb: ddk750_dvi.h: Fix brace coding style issue
@ 2015-07-09 12:45 anders.fridlund
2015-07-10 5:45 ` Sudip Mukherjee
0 siblings, 1 reply; 4+ messages in thread
From: anders.fridlund @ 2015-07-09 12:45 UTC (permalink / raw)
To: sudipm.mukherjee, teddy.wang
Cc: gregkh, linux-fbdev, devel, linux-kernel, Anders Fridlund
From: Anders Fridlund <anders.fridlund@gmail.com>
This is a patch to the ddk750_dvi.h file that fixes up a brace error
found by the checkpatch.pl tool
Signed-off-by: Anders Fridlund <anders.fridlund@gmail.com>
---
drivers/staging/sm750fb/ddk750_dvi.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/sm750fb/ddk750_dvi.h b/drivers/staging/sm750fb/ddk750_dvi.h
index 83bbd6d..e1d4c9a 100644
--- a/drivers/staging/sm750fb/ddk750_dvi.h
+++ b/drivers/staging/sm750fb/ddk750_dvi.h
@@ -26,8 +26,7 @@ typedef unsigned char (*PFN_DVICTRL_CHECKINTERRUPT)(void);
typedef void (*PFN_DVICTRL_CLEARINTERRUPT)(void);
/* Structure to hold all the function pointer to the DVI Controller. */
-typedef struct _dvi_ctrl_device_t
-{
+typedef struct _dvi_ctrl_device_t {
PFN_DVICTRL_INIT pfnInit;
PFN_DVICTRL_RESETCHIP pfnResetChip;
PFN_DVICTRL_GETCHIPSTRING pfnGetChipString;
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Staging: sm750fb: ddk750_dvi.h: Fix brace coding style issue
2015-07-09 12:45 [PATCH] Staging: sm750fb: ddk750_dvi.h: Fix brace coding style issue anders.fridlund
@ 2015-07-10 5:45 ` Sudip Mukherjee
2015-07-10 6:56 ` Anders Fridlund
0 siblings, 1 reply; 4+ messages in thread
From: Sudip Mukherjee @ 2015-07-10 5:45 UTC (permalink / raw)
To: anders.fridlund; +Cc: teddy.wang, gregkh, linux-fbdev, devel, linux-kernel
On Thu, Jul 09, 2015 at 02:45:22PM +0200, anders.fridlund@gmail.com wrote:
> From: Anders Fridlund <anders.fridlund@gmail.com>
same comment that I gave to your another patch.
"No need to mention this From: here. Please fix your .gitconfig so that
git send-email will put your name in the email From: header."
regards
sudip
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Staging: sm750fb: ddk750_dvi.h: Fix brace coding style issue
2015-07-10 5:45 ` Sudip Mukherjee
@ 2015-07-10 6:56 ` Anders Fridlund
2015-07-10 7:03 ` Dan Carpenter
0 siblings, 1 reply; 4+ messages in thread
From: Anders Fridlund @ 2015-07-10 6:56 UTC (permalink / raw)
To: Sudip Mukherjee; +Cc: teddy.wang, gregkh, linux-fbdev, devel, linux-kernel
Sorry, for that. Do I need to re-submit the patch(es), or should I
only change it for future patches?
Cheers,
Anders Fridlund
On Fri, Jul 10, 2015 at 7:33 AM, Sudip Mukherjee
<sudipm.mukherjee@gmail.com> wrote:
> On Thu, Jul 09, 2015 at 02:45:22PM +0200, anders.fridlund@gmail.com wrote:
>> From: Anders Fridlund <anders.fridlund@gmail.com>
> same comment that I gave to your another patch.
> "No need to mention this From: here. Please fix your .gitconfig so that
> git send-email will put your name in the email From: header."
>
> regards
> sudip
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Staging: sm750fb: ddk750_dvi.h: Fix brace coding style issue
2015-07-10 6:56 ` Anders Fridlund
@ 2015-07-10 7:03 ` Dan Carpenter
0 siblings, 0 replies; 4+ messages in thread
From: Dan Carpenter @ 2015-07-10 7:03 UTC (permalink / raw)
To: Anders Fridlund
Cc: Sudip Mukherjee, devel, gregkh, linux-fbdev, teddy.wang,
linux-kernel
On Fri, Jul 10, 2015 at 08:56:05AM +0200, Anders Fridlund wrote:
> Sorry, for that. Do I need to re-submit the patch(es), or should I
> only change it for future patches?
For future patches.
regards,
dan carpenter
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-07-10 7:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-09 12:45 [PATCH] Staging: sm750fb: ddk750_dvi.h: Fix brace coding style issue anders.fridlund
2015-07-10 5:45 ` Sudip Mukherjee
2015-07-10 6:56 ` Anders Fridlund
2015-07-10 7:03 ` Dan Carpenter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).