]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ieee802154: socket: fix checkpatch issue
authorAlexander Aring <alex.aring@gmail.com>
Wed, 31 Dec 2014 18:39:11 +0000 (19:39 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 3 Jan 2015 00:49:24 +0000 (01:49 +0100)
commitdf2f65de4b2d535c5b8e905768dd5fff1bfca445
tree4c75b4381113728eaa940eab4d1faea419d6d8f5
parent78f821b648267d3ee1a63093cd0c41cc99b97727
ieee802154: socket: fix checkpatch issue

This patch solves the following checkpatch issue:

CHECK: Comparison to NULL could be written "skb"
+ if (skb != NULL) {

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/ieee802154/af_ieee802154.c