mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 17:54:13 +08:00
f57eda296d
Delete successive assignments to the same location. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression i; @@ *i = ...; i = ...; // </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> |
||
---|---|---|
.. | ||
fbdev.c | ||
Makefile | ||
nv_driver.c | ||
nv_type.h | ||
nvreg.h | ||
riva_hw.c | ||
riva_hw.h | ||
riva_tbl.h | ||
rivafb-i2c.c | ||
rivafb.h |