summaryrefslogtreecommitdiffstats
path: root/fs/9p
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2010-09-29 10:31:30 +0200
committerGrant Likely <grant.likely@secretlab.ca>2010-09-29 10:31:30 +0200
commit4a4fd47155ac49b62de5177a780c245e967752f3 (patch)
treeab6fb77775382247056d1dff975db326541d2432 /fs/9p
parentspi/orion: Drop unnecessary null test (diff)
downloadlinux-4a4fd47155ac49b62de5177a780c245e967752f3.tar.xz
linux-4a4fd47155ac49b62de5177a780c245e967752f3.zip
spi/amba-pl022: Fix error case return statement.
The return -EINVAL appears to only make sense if the if branch that it is aligned with is taken, and the indentation indicates that this is the authors intent, 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,S2; @@ ( if (...) { ... } | if (...) S1@p1 S2@p2 ) @script:python@ p1 << r.p1; p2 << r.p2; @@ if (p1[0].column == p2[0].column): cocci.print_main("branch",p1) cocci.print_secs("after",p2) // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'fs/9p')
0 files changed, 0 insertions, 0 deletions