From d985a5840dd3abe7297721d5169ee3889a10089a Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Sat, 5 Apr 2014 00:18:55 +0300 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed