From: Javier Martinez Canillas <martinez.javier@gmail.com>
To: kernel-janitors@vger.kernel.org
Subject: [PATCHv4 0/4] staging: keucr: Use memcmp() & memcpy() instead of custom String[Cmp|Copy] functions
Date: Sun, 02 Jan 2011 22:14:25 +0000 [thread overview]
Message-ID: <1294006469-4400-1-git-send-email-martinez.javier@gmail.com> (raw)
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(-)
--
To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2011-01-02 22:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-02 22:14 Javier Martinez Canillas [this message]
2011-01-03 5:34 ` [PATCHv4 0/4] staging: keucr: Use memcmp() & memcpy() instead Dan Carpenter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1294006469-4400-1-git-send-email-martinez.javier@gmail.com \
--to=martinez.javier@gmail.com \
--cc=kernel-janitors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox