First  |  Prev |  Next  |  Last
Pages: 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179
drivers/infiniband/hw/nes: Adjust confusing if indentation
> It is not clear whether the assignment should be part of the if branch suggested by its indentation. The patch preserves the current semantics. Thanks. Chien/Faisal -- are the current semantics correct or should we add braces { } to match the indentation? From a quick look at the code, I think the patch ... 5 Aug 2010 16:55
[GIT PULL] x86/build for 2.6.36
Hi Linus, The following changes since commit cdd854bc42b5e6c79bbbc40c6600d995ffe6e747: Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc (2010-08-05 09:03:46 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git... 5 Aug 2010 16:55
[GIT PULL] x86/gcc46 for 2.6.36
Hi Linus, The following changes since commit cdd854bc42b5e6c79bbbc40c6600d995ffe6e747: Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc (2010-08-05 09:03:46 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git... 5 Aug 2010 16:55
[PATCH 40/42] drivers/isdn: Adjust confusing if indentation
From: Julia Lawall <julia(a)diku.dk> In hisax/hfc_sx.c and mISDN/l1oip_core.c, the code after the if is outdented so that it is not aligned with the if branch. In mISDN/dsp_cmx.c, an else is added between the original if branch and the following statement, in line with the code following it. Without this change... 5 Aug 2010 16:55
drivers/spi: Adjust confusing if indentation
It's not all of drivrers/spi -- just one specific driver. Please update $SUBJECT and patch description to be more accurate. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo... 5 Aug 2010 16:55
[PATCH 28/42] drivers/atm: Adjust confusing if indentation
From: Julia Lawall <julia(a)diku.dk> Indent the branch of an if. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @r disable braces4@ position p1,p2; statement S1,S2; @@ ( if (...) { ... } | if (...) S1(a)p1 S2(a)p2 ) @script:python@ p1 << r.p1; p2 << ... 5 Aug 2010 16:55
[PATCH 7/12] scsi: megaraid_sas - Online Controller Reset (OCR): Pending cmds will be stored in diffeent queue
RESUBMIT requested by James Bottomley: When driver is doing the OCR, driver will store the pending cmds (in FW not return) to different queue. Those cmds will Be re-issued to FW after OCR finished. Signed-off-by Bo Yang<bo.yang(a)lsi.com> --- drivers/scsi/megaraid/megaraid_sas.c | 101 +++++++++++++++++++++++... 5 Aug 2010 16:55
[PATCH 36/42] tools/perf: Adjust confusing if indentation
From: Julia Lawall <julia(a)diku.dk> Outdent the code following the if. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @r disable braces4@ position p1,p2; statement S1,S2; @@ ( if (...) { ... } | if (...) S1(a)p1 S2(a)p2 ) @script:python@ p1 << r.p1; ... 5 Aug 2010 16:55
[PATCH 23/42] drivers/net/wireless/libertas: Adjust confusing if indentation
From: Julia Lawall <julia(a)diku.dk> At the point of the patched code, err has already been tested, so it is only worthwhile to test it again in the if branches where it is changed. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @r disable braces4@ position p... 5 Aug 2010 16:54
[PATCH 32/42] drivers/net/bnx2x: Adjust confusing if indentation
From: Julia Lawall <julia(a)diku.dk> Outdent the code following the if. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @r disable braces4@ position p1,p2; statement S1,S2; @@ ( if (...) { ... } | if (...) S1(a)p1 S2(a)p2 ) @script:python@ p1 << r.p1; ... 5 Aug 2010 16:54
First  |  Prev |  Next  |  Last
Pages: 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179