octeontx2-pf: Remove unneeded semicolon
Fixes coccicheck warning: drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h:312:2-3: Unneeded semicolon Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Zheng Bin <zhengbin13@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
dce38b74b2
commit
ae23aae229
@@ -309,7 +309,7 @@ static inline void __iomem *otx2_get_regaddr(struct otx2_nic *nic, u64 offset)
|
|||||||
default:
|
default:
|
||||||
blkaddr = BLKADDR_RVUM;
|
blkaddr = BLKADDR_RVUM;
|
||||||
break;
|
break;
|
||||||
};
|
}
|
||||||
|
|
||||||
offset &= ~(RVU_FUNC_BLKADDR_MASK << RVU_FUNC_BLKADDR_SHIFT);
|
offset &= ~(RVU_FUNC_BLKADDR_MASK << RVU_FUNC_BLKADDR_SHIFT);
|
||||||
offset |= (blkaddr << RVU_FUNC_BLKADDR_SHIFT);
|
offset |= (blkaddr << RVU_FUNC_BLKADDR_SHIFT);
|
||||||
|
|||||||
Reference in New Issue
Block a user