First  |  Prev |  Next  |  Last
Pages: 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178
[PATCH 38/42] drivers/net: 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
[GIT PULL] x86/mrst 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 11/12] scsi: megaraid_sas - Add three times Online controller reset
RESUBMIT requested by James Bottomley: If fw didn't raise the interrupt with the fw state change to driver and fw goes to failure state, driver Will check the FW state in driver's timeout routine and issue the reset if need. Driver will do the OCR upto three Times until kill adapter. Also driver will issue OCR b... 5 Aug 2010 16:55
[PATCH 41/42] net/decnet: 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
[GIT PULL] x86/hwmon for 2.6.36
[ This topic needs to be merged after x86/cpu ] Hi Linus, The following changes since commit 9792db6174d9927700ed288e6d74b9391bf785d1: x86, cpu: Package Level Thermal Control, Power Limit Notification definitions (2010-07-30 16:15:32 -0700) are available in the git repository at: git://git.kernel.org/p... 5 Aug 2010 16:55
[PATCH 39/42] drivers/mfd: Adjust confusing if indentation
From: Julia Lawall <julia(a)diku.dk> Move the call to twl4030_config_sleep_sequence into the if branch that it is aligned with. 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 (...) { ... } | ... 5 Aug 2010 16:55
[PATCH 29/42] drivers/scsi: 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 26/42] drivers/spi/amba-pl022.c: Adjust confusing if indentation
From: Julia Lawall <julia(a)diku.dk> The return -EINVAL appears to only make sense if the if branch that it is aligned with is taken, so move it into that branch The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @r disable braces4@ position p1,p2; statement S1,... 5 Aug 2010 16:55
[PATCH 10/12] scsi: megaraid_sas - Add input parameter for max_sectors
RESUBMIT requested by James Bottomley: Driver add the input parameters support for max_sectors for our gen2 chip. Customer can Set the max_sectors support to 1MB for gen2 chip during the driver load. Signed-off-by Bo Yang<bo.yang(a)lsi.com> --- drivers/scsi/megaraid/megaraid_sas.c | 74 +++++++++++++++++++++... 5 Aug 2010 16:55
[PATCH 37/42] drivers/net/hamradio: 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
First  |  Prev |  Next  |  Last
Pages: 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178