Hi Anoob, > -----Original Message----- > From: Anoob Joseph [mailto:[email protected]] > Sent: Thursday, June 14, 2018 11:18 AM > To: Richardson, Bruce <[email protected]>; De Lara Guarch, Pablo > <[email protected]> > Cc: Anoob Joseph <[email protected]>; Jerin Jacob > <[email protected]>; Narayana Prasad > <[email protected]>; [email protected] > Subject: [PATCH v1 06/15] examples/l2fwd: fix lines exceeding 80 char limit > > v1: > * Replaced 'unsigned' with 'unsigned int' > > Fixes: e2366e74e029 ("examples: use buffered Tx") > Fixes: af75078fece3 ("first public release") > > Signed-off-by: Anoob Joseph <[email protected]>
I don't think it is needed to have this patch. Generally, new code should follow the 80 char limit, But I think we don't need to have a patch fixing existing code (and definitely, this doesn't need backport).

