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)
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>

Trivial merge