remove extra blank line at EOFThese source files all had unnecessary blank line at end of file.Signed-off-by: Stephen Hemminger <[email protected]>
remove unnecessary null checksFunctions like free, rte_free, and rte_mempool_freealready handle NULL pointer so the checks here are not necessary.Remove redundant NULL pointer checks before free
remove unnecessary null checksFunctions like free, rte_free, and rte_mempool_freealready handle NULL pointer so the checks here are not necessary.Remove redundant NULL pointer checks before free functionsfound by nullfree.cocciSigned-off-by: Stephen Hemminger <[email protected]>
show more ...
regex/cn9k: use cnxk infrastructureupdate driver to use the REE cnxk codereplace octeontx2/otx2 with cn9kSigned-off-by: Liron Himi <[email protected]>Acked-by: Jerin Jacob <[email protected]>