From 01960ec66ee2b3483cb4bed65e56e12b339b24c0 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 14 Jan 2022 09:48:25 -0600 Subject: [PATCH] erp: Fix comment that is > 80 chars wide --- src/erp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/erp.c b/src/erp.c index 59e6033c..93fcaa94 100644 --- a/src/erp.c +++ b/src/erp.c @@ -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++;