mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-29 14:35:40 +00:00
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@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: John W. Linville <linville@tuxdriver.com> |
||
|---|---|---|
| .. | ||
| isl_38xx.c | ||
| isl_38xx.h | ||
| isl_ioctl.c | ||
| isl_ioctl.h | ||
| isl_oid.h | ||
| islpci_dev.c | ||
| islpci_dev.h | ||
| islpci_eth.c | ||
| islpci_eth.h | ||
| islpci_hotplug.c | ||
| islpci_mgt.c | ||
| islpci_mgt.h | ||
| Makefile | ||
| oid_mgt.c | ||
| oid_mgt.h | ||
| prismcompat.h | ||