This patchset make some cleanup to staging/keucr. Use memcmp and memcpy instead 
of custom functions.
Also some style cleanups recomended by Dan Carpenter, Joe Perches and Gábor 
Stefanik.

The patches in this patchset are the following:

[PATCH 1/4] staging: keucr: Use memcmp() instead custom StringCmp() and some 
style cleanups
[PATCH 2/4] staging: keucr: Use memcpy() instead custom StringCopy() and some 
style cleanups
[PATCH 3/4] staging: keucr: Delete StringCmp() and StringCopy custom functions
[PATCH 4/4] staging: keucr: Delete use kernel strcmp() & strcpy() from TODO file

drivers/staging/keucr/TODO      |    3 +-
drivers/staging/keucr/smilecc.c |   16 ++++++---
drivers/staging/keucr/smilsub.c |   69 ++++++++++----------------------------
3 files changed, 29 insertions(+), 59 deletions(-)
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to