Hello. This patchset works through various warnings and errors reported from checkpatch on all ieee802154 drivers. Testing and ACKs from the repective driver maintainers would be appreciated. Stefan Schmidt (14): ieee802154: adf7242: use unsigned int over only unsigned ieee802154: at86rf230: switch from BUG_ON() to WARN_ON() on problem ieee802154: at86rf230: use __func__ macro for debug messages ieee802154: atusb: switch from uint8_t to u8 ieee802154: atusb: use __func__ macro for debug messages ieee802154: atusb: fix some kernel coding style errors ieee802154: atusb: switch from BUG_ON() to WARN_ON() on problem ieee802154: mrf24j40: fix some kernel coding style errors ieee802154: ca8210: fix some kernel coding style errors ieee802154: ca8210: use __func__ macro for debug messages ieee802154: cc2520: fix some kernel coding style errors ieee802154: cc2520: use __func__ macro for debug messages ieee802154: cc2520: switch from BUG_ON() to WARN_ON() on problem ieee802154: fakelb: switch from BUG_ON() to WARN_ON() on problem drivers/net/ieee802154/adf7242.c | 8 ++-- drivers/net/ieee802154/at86rf230.c | 15 +++----- drivers/net/ieee802154/atusb.c | 77 +++++++++++++++++++------------------- drivers/net/ieee802154/ca8210.c | 20 +++++----- drivers/net/ieee802154/cc2520.c | 21 +++++------ drivers/net/ieee802154/fakelb.c | 2 +- drivers/net/ieee802154/mrf24j40.c | 18 +++++---- 7 files changed, 79 insertions(+), 82 deletions(-) regards Stefan Schmidt -- 2.13.5 -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html