diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2014-08-23 20:33:25 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-08-26 02:18:58 +0200 |
commit | bbc5367f50d930bbe6ad4750d3250614c7babcc0 (patch) | |
tree | 0fa0d243788cab9518a92cf5eb93f8ccbf21c037 /sound/core | |
parent | 91ff7ac0a35fe375caeb649cca17d8c00c79fa32 (diff) | |
download | linux-bbc5367f50d930bbe6ad4750d3250614c7babcc0.tar.bz2 |
MIPS: BCM63xx: delete double assignment
Delete successive assignments to the same location. In each case, the
duplicated assignment is modified to be in line with other nearby code.
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>
Cc: joe@perches.com
Cc: kernel-janitors@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/7565/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'sound/core')
0 files changed, 0 insertions, 0 deletions