aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/octeon/cvmx-ciu-defs.h
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2008-11-25 14:12:32 +0100
committerRalf Baechle <ralf@linux-mips.org>2009-01-11 09:57:19 +0000
commit2bd2dd059ca7406a030bace8dccdb25f635578c1 (patch)
tree505426d1faa78e128eb4aedd2cc7c4b384979d4c /arch/mips/include/asm/octeon/cvmx-ciu-defs.h
parent797c3f322454f5994e88b0e0bfc34cd4ad521d38 (diff)
MIPS: Alchemy: Change strict_strtol to strict_strtoul
Since memsize is unsigned, it would seem better to use strict_strtoul that strict_strtol. A simplified version of the semantic patch that makes this change is as follows: (http://www.emn.fr/x-info/coccinelle/) // <smpl> @s2@ long e; position p; @@ strict_strtol@p(...,&e) @@ position p != s2.p; type T; T e; @@ - strict_strtol@p + strict_strtoul (...,&e) // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/octeon/cvmx-ciu-defs.h')
0 files changed, 0 insertions, 0 deletions