| commit | 27a5a5685d373cd8c18b1d83f42a83e5a2f93e6c | [log] [tgz] |
|---|---|---|
| author | GONG, Ruiqi <gongruiqi1@huawei.com> | Wed Apr 06 19:46:29 2022 +0800 |
| committer | Jakub Kicinski <kuba@kernel.org> | Thu Apr 07 21:06:41 2022 -0700 |
| tree | 8b8257ed892ebec37ff3459fe52ec5a38164d085 | |
| parent | 26894cd971168d14fd8f4c05435aef59188c9514 [diff] |
net: mpls: fix memdup.cocci warning Simply use kmemdup instead of explicitly allocating and copying memory. Generated by: scripts/coccinelle/api/memdup.cocci Signed-off-by: GONG, Ruiqi <gongruiqi1@huawei.com> Link: https://lore.kernel.org/r/20220406114629.182833-1-gongruiqi1@huawei.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>