erp: Fix comment that is > 80 chars wide

This commit is contained in:
Denis Kenzior 2022-01-14 09:48:25 -06:00
parent b7b0b4eb02
commit 01960ec66e
1 changed files with 2 additions and 2 deletions

View File

@ -123,8 +123,8 @@ static bool erp_tlv_iter_next(struct erp_tlv_iter *iter)
tag = *tlv++;
/*
* These two tags are not actually TLVs (they are just type-value). Both
* are 32-bit integers.
* These two tags are not actually TLVs (they are just type-value).
* Both are 32-bit integers.
*/
if (tag != ERP_TV_RMSK_LIFETIME && tag != ERP_TV_RRK_LIFETIME)
len = *tlv++;