aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2014-04-05 00:18:55 +0300
committerGreg Kroah-Hartman <[email protected]>2014-05-03 19:44:52 -0400
commitd985a5840dd3abe7297721d5169ee3889a10089a (patch)
tree84a063226421af869192b96b3ab6843bc0d11e62 /tools/perf/scripts/python
parent472603137a81918d2ef2b06d9dd557544810539b (diff)
staging: r8188eu: cleanup by using "len" consistently
"*(p + 1)" and "len" are the same thing. For reviewers who don't know that, then this code is worrying because we cap "len", but pass "*(p + 1)" to memcpy(). I have changed the code to use "len" throughout. Signed-off-by: Dan Carpenter <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions