[PATCH 0/6] lib / string_helpers: introduce string_escape_mem

From: Andy Shevchenko
Date: Wed Jul 02 2014 - 09:21:43 EST


The introduced function is a kind of opposite to string_unescape. We have
several users of such functionality each of them created custom implementation.
The series contains clean up of test suite, adding new call, and switching few
users to use it.

Test suite covers all of existing and most of potential use cases.

Andy Shevchenko (6):
lib / string_helpers: clean up test suite
lib / string_helpers: introduce string_escape_mem()
lib80211: re-use string_escape_mem_any_np()
staging: wlan-ng: re-use string_escape_mem()
staging: rtl8192e: re-use string_escape_mem()
staging: rtl8192u: re-use string_escape_mem()

drivers/staging/rtl8192e/rtllib.h | 13 +-
drivers/staging/rtl8192u/ieee80211/ieee80211.h | 13 +-
drivers/staging/wlan-ng/prism2sta.c | 29 +--
include/linux/string_helpers.h | 83 ++++++++
lib/string_helpers.c | 215 +++++++++++++++++++++
lib/test-string_helpers.c | 250 +++++++++++++++++++++++--
net/wireless/lib80211.c | 24 +--
7 files changed, 551 insertions(+), 76 deletions(-)

--
2.0.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/