[PATCH v2 0/2] staging: cxt1e1: Fix ambiguous global var names, reduce sparse warnings

From: Jeff Oczek
Date: Tue Jul 22 2014 - 20:35:29 EST


This patch set:
changes ambiguous global names, such as "error_flag" to "cxt1e1_error_flag"
puts globals in header file to reduce externs used in c files as well as sparse warnings

Jeff Oczek (2):
staging: cxt1e1: Prefix ambiguous variable names with 'cxt1e1_' for
clarity
staging: cxt1e1: Fix static symbol sparse warnings for global vars in
linux.c

drivers/staging/cxt1e1/cxt1e1_common.h | 14 +++++++++
drivers/staging/cxt1e1/hwprobe.c | 7 +++--
drivers/staging/cxt1e1/linux.c | 54 +++++++++++++++++++---------------
drivers/staging/cxt1e1/musycc.c | 5 +---
drivers/staging/cxt1e1/pmcc4_drv.c | 23 +++++++--------
drivers/staging/cxt1e1/sbeproc.c | 6 ++--
6 files changed, 64 insertions(+), 45 deletions(-)
create mode 100644 drivers/staging/cxt1e1/cxt1e1_common.h

--
1.9.1

--
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/