mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-26 02:19:26 +01:00
erp: Fix comment that is > 80 chars wide
This commit is contained in:
parent
b7b0b4eb02
commit
01960ec66e
@ -123,8 +123,8 @@ static bool erp_tlv_iter_next(struct erp_tlv_iter *iter)
|
|||||||
tag = *tlv++;
|
tag = *tlv++;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* These two tags are not actually TLVs (they are just type-value). Both
|
* These two tags are not actually TLVs (they are just type-value).
|
||||||
* are 32-bit integers.
|
* Both are 32-bit integers.
|
||||||
*/
|
*/
|
||||||
if (tag != ERP_TV_RMSK_LIFETIME && tag != ERP_TV_RRK_LIFETIME)
|
if (tag != ERP_TV_RMSK_LIFETIME && tag != ERP_TV_RRK_LIFETIME)
|
||||||
len = *tlv++;
|
len = *tlv++;
|
||||||
|
Loading…
Reference in New Issue
Block a user