Re: [PATCH 3/5] staging: dgnc: Fix that open brace { should be on the previous line

2014-08-06 Thread Konrad Zapalowicz
On 08/06, Dan Carpenter wrote: > On Wed, Aug 06, 2014 at 09:01:24PM +0200, Konrad Zapalowicz wrote: > > @@ -1935,8 +1935,8 @@ static void neo_vpd(struct dgnc_board *brd) > > > > if (((brd->vpd[0x08] != 0x82) /* long resource name tag */ > > && (brd->vpd[0x10] != 0x82)) /*

Re: [PATCH 3/5] staging: dgnc: Fix that open brace { should be on the previous line

2014-08-06 Thread Dan Carpenter
On Wed, Aug 06, 2014 at 09:01:24PM +0200, Konrad Zapalowicz wrote: > @@ -1935,8 +1935,8 @@ static void neo_vpd(struct dgnc_board *brd) > > if (((brd->vpd[0x08] != 0x82) /* long resource name tag */ > && (brd->vpd[0x10] != 0x82)) /* long resource name tag > (PCI-66 fil

[PATCH 3/5] staging: dgnc: Fix that open brace { should be on the previous line

2014-08-06 Thread Konrad Zapalowicz
This commit fixes the following checkpath error in dgnc_neo.c file: 'that open brace { should be on the previous line' Signed-off-by: Konrad Zapalowicz --- drivers/staging/dgnc/dgnc_neo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/dgnc/dgnc_neo.c b/