mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-26 08:22:00 +00:00
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 | ||