Merge branch 'remove-redundant-functions-and-use-generic-functions'
authorJakub Kicinski <kuba@kernel.org>
Wed, 9 Aug 2023 22:28:36 +0000 (15:28 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 9 Aug 2023 22:29:49 +0000 (15:29 -0700)
commite05a53ab867c106a3f21a806599ef885c67e59bd
treec256c82cc8c69420dc6ca90ec0be7f5e75a99717
parent7654c109692521b0e1e582a37077b94f39c64beb
parent47f8dc0938e95fc98bd1a61d49717c892eb5f9f7
Merge branch 'remove-redundant-functions-and-use-generic-functions'

Li Zetao says:

====================
Remove redundant functions and use generic functions

This patch set removes some redundant functions. In the network module,
two generic functions are provided to convert u64 value and Ethernet
MAC address. Using generic functions helps reduce redundant code and
improve code readability.
====================

Link: https://lore.kernel.org/r/20230808114504.4036008-1-lizetao1@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>