First  |  Prev |  Next  |  Last
Pages: 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182
[PATCH 4/12] scsi: megaraid_sas - Online controller Reset Support (OCR) : Driver return RESET in timeout routine
Re-Submitted requested by James Bottomley. In this part of the Online Controller Reset (OCR). When driver doesn't finish to issue the pending Cmds, driver will return BUSY to OS. Also in driver's timeout routine, if online controller reset is going On, driver will return RESET to OS. Signed-off-by Bo Yang<bo... 5 Aug 2010 16:54
[PATCH 9/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:54
[PATCH 8/42] drivers/net/ixgbe: Adjust confusing if indentation
From: Julia Lawall <julia(a)diku.dk> Both ifs and assignments to autoc seem similar enough that they are both put in the if branch indicated by their indentation. 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:54
[PATCH 3/42] drivers/hwmon: Adjust confusing if indentation
From: Julia Lawall <julia(a)diku.dk> Move the if(err) statement after the if into the if branch indicated by its indentation. The preceding if(err) test implies that err cannot be nonzero unless the if branch is taken. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ... 5 Aug 2010 16:54
[PATCH 6/42] drivers/scsi: 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:54
[PATCH RFC] vhost: max s/g to match qemu
qemu supports up to UIO_MAXIOV s/g so we have to match that. Apparently windows guests rely on this (more precisely, they want to fill all of vq with s/g entries of a single descriptor). Allocate indirect and log arrays dynamically to avoid using too much contigious memory. hdr array is used to store the virtio... 5 Aug 2010 16:54
[PATCH 5/12] scsi: megaraid_sas - Online Controller Reset (OCR): Add and initialize the OCR relaed variable
RE-SUBMIT requested by James Bottomley Fix the " OnOffProperties structure is defined in patch 6/12 as is the process_fw_state_change_wq function". To support online controller reset, driver need to define some instance based variable and initialize them. Signed-off-by Bo Yang<bo.yang(a)lsi.com> --- drivers... 5 Aug 2010 16:54
[PATCH 4/42] drivers/infiniband/hw/nes: Adjust confusing if indentation
From: Julia Lawall <julia(a)diku.dk> It is not clear whether the assignment should be part of the if branch suggested by its indentation. The patch preserves the current semantics. 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 5/42] arch/s390/kernel: 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:54
[PATCH 2/42] arch/mips/kernel: 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:54
First  |  Prev |  Next  |  Last
Pages: 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182