Skip to content

Commit dfdf774

Browse files
LorenzoBianconikuba-moo
authored andcommitted
net: airoha: Fix typo in airoha_ppe_setup_tc_block_cb definition
Fix Typo in airoha_ppe_dev_setup_tc_block_cb routine definition when CONFIG_NET_AIROHA is not enabled. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202601090517.Fj6v501r-lkp@intel.com/ Fixes: f45fc18 ("net: airoha: Add airoha_ppe_dev struct definition") Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Link: https://patch.msgid.link/20260109-airoha_ppe_dev_setup_tc_block_cb-typo-v1-1-282e8834a9f9@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent e02f2a0 commit dfdf774

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/linux/soc/airoha/airoha_offload.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ static inline void airoha_ppe_put_dev(struct airoha_ppe_dev *dev)
5252
{
5353
}
5454

55-
static inline int airoha_ppe_setup_tc_block_cb(struct airoha_ppe_dev *dev,
56-
void *type_data)
55+
static inline int airoha_ppe_dev_setup_tc_block_cb(struct airoha_ppe_dev *dev,
56+
void *type_data)
5757
{
5858
return -EOPNOTSUPP;
5959
}

0 commit comments

Comments
 (0)