[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1403139121-2431-1-git-send-email-fjodor.schelichow@hotmail.com>
Date: Thu, 19 Jun 2014 02:51:58 +0200
From: Fjodor Schelichow <fjodor.schelichow@...mail.com>
To: unlisted-recipients:; (no To-header on input)
Cc: Evgeniy Polyakov <zbr@...emap.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
David Fries <David@...es.net>,
Michael Opdenacker <michael.opdenacker@...e-electrons.com>,
Jingoo Han <jg1.han@...sung.com>, linux-kernel@...r.kernel.org,
Roman Sommer <romsom2@...oo.de>, linux-kernel@...cs.fau.de,
Fjodor Schelichow <fjodor.schelichow@...mail.com>
Subject: [PATCH 0/3] "printk" related fixes for the 1-wire (w1) subsystem
This series of patches was build on top of kernel v3.16-rc1 and fixes
some of the warnings generated by "scripts/checkpatch.pl". Mostly
calls to "printk" were replaced by calls to the appropriate "pr_*"
function but also minor issues such as indentation and whitespace problems
in the immediate vicinity were addressed.
Fjodor Schelichow (3):
w1/slaves: use pr_* instead of printk
w1: use pr_* instead of printk
w1/masters: use pr_* instead of printk
drivers/w1/masters/ds1wm.c | 2 +-
drivers/w1/masters/ds2482.c | 2 +-
drivers/w1/masters/ds2490.c | 50 +++++++++++++++++++++++++-------------------------
drivers/w1/slaves/w1_ds2760.c | 3 +--
drivers/w1/w1.c | 10 ++++------
drivers/w1/w1_family.c | 2 +-
drivers/w1/w1_int.c | 9 ++++-----
drivers/w1/w1_log.h | 4 ++--
drivers/w1/w1_netlink.c | 3 +--
9 files changed, 40 insertions(+), 45 deletions(-)
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists