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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to