Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net/mac802154: Remove extra blank lines.

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>

authored by

Stefan Schmidt and committed by
Marcel Holtmann
a4dc1321 6c10dc05

-21
-15
net/mac802154/llsec.c
··· 75 75 } 76 76 } 77 77 78 - 79 - 80 78 int mac802154_llsec_get_params(struct mac802154_llsec *sec, 81 79 struct ieee802154_llsec_params *params) 82 80 { ··· 114 116 115 117 return 0; 116 118 } 117 - 118 - 119 119 120 120 static struct mac802154_llsec_key* 121 121 llsec_key_alloc(const struct ieee802154_llsec_key *template) ··· 290 294 return -ENOENT; 291 295 } 292 296 293 - 294 - 295 297 static bool llsec_dev_use_shortaddr(__le16 short_addr) 296 298 { 297 299 return short_addr != cpu_to_le16(IEEE802154_ADDR_UNDEF) && ··· 405 411 return 0; 406 412 } 407 413 408 - 409 - 410 414 static struct mac802154_llsec_device_key* 411 415 llsec_devkey_find(struct mac802154_llsec_device *dev, 412 416 const struct ieee802154_llsec_key_id *key) ··· 467 475 return 0; 468 476 } 469 477 470 - 471 - 472 478 static struct mac802154_llsec_seclevel* 473 479 llsec_find_seclevel(const struct mac802154_llsec *sec, 474 480 const struct ieee802154_llsec_seclevel *sl) ··· 521 531 522 532 return 0; 523 533 } 524 - 525 - 526 534 527 535 static int llsec_recover_addr(struct mac802154_llsec *sec, 528 536 struct ieee802154_addr *addr) ··· 596 608 *key_id = key_entry->id; 597 609 return llsec_key_get(key); 598 610 } 599 - 600 611 601 612 static void llsec_geniv(u8 iv[16], __le64 addr, 602 613 const struct ieee802154_sechdr *sec) ··· 772 785 rcu_read_unlock(); 773 786 return rc; 774 787 } 775 - 776 - 777 788 778 789 static struct mac802154_llsec_device* 779 790 llsec_lookup_dev(struct mac802154_llsec *sec,
-6
net/mac802154/mib.c
··· 104 104 } 105 105 } 106 106 107 - 108 107 int mac802154_get_params(struct net_device *dev, 109 108 struct ieee802154_llsec_params *params) 110 109 { ··· 134 135 135 136 return res; 136 137 } 137 - 138 138 139 139 int mac802154_add_key(struct net_device *dev, 140 140 const struct ieee802154_llsec_key_id *id, ··· 166 168 return res; 167 169 } 168 170 169 - 170 171 int mac802154_add_dev(struct net_device *dev, 171 172 const struct ieee802154_llsec_device *llsec_dev) 172 173 { ··· 194 197 195 198 return res; 196 199 } 197 - 198 200 199 201 int mac802154_add_devkey(struct net_device *dev, 200 202 __le64 device_addr, ··· 227 231 return res; 228 232 } 229 233 230 - 231 234 int mac802154_add_seclevel(struct net_device *dev, 232 235 const struct ieee802154_llsec_seclevel *sl) 233 236 { ··· 256 261 257 262 return res; 258 263 } 259 - 260 264 261 265 void mac802154_lock_table(struct net_device *dev) 262 266 {