diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-12-04 11:51:59 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-12-05 12:43:05 +0100 |
commit | 6c10dc05b852c4cefa1b2b2fecc850b2110934e7 (patch) | |
tree | 38d5a64eddbbb1c685996673d2a21737891354eb /net/ieee802154/nl-phy.c | |
parent | cad865dc4bae8e6a257196fb0bab2f1154c00a14 (diff) | |
download | talos-obmc-linux-6c10dc05b852c4cefa1b2b2fecc850b2110934e7.tar.gz talos-obmc-linux-6c10dc05b852c4cefa1b2b2fecc850b2110934e7.zip |
net/ieee802154: Remove and add extra blank lines as needed.
Some have been missing and some have been needed. Just cosmetics.
Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com>
Acked-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/ieee802154/nl-phy.c')
-rw-r--r-- | net/ieee802154/nl-phy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ieee802154/nl-phy.c b/net/ieee802154/nl-phy.c index 62463544d056..7baf98b14611 100644 --- a/net/ieee802154/nl-phy.c +++ b/net/ieee802154/nl-phy.c @@ -94,7 +94,6 @@ int ieee802154_list_phy(struct sk_buff *skb, struct genl_info *info) if (name[nla_len(info->attrs[IEEE802154_ATTR_PHY_NAME]) - 1] != '\0') return -EINVAL; /* phy name should be null-terminated */ - phy = wpan_phy_find(name); if (!phy) return -ENODEV; |