diff options
Diffstat (limited to 'drivers/net/octeontx2/cgx.h')
| -rw-r--r-- | drivers/net/octeontx2/cgx.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/net/octeontx2/cgx.h b/drivers/net/octeontx2/cgx.h index f287692712c..b1f6f067bfa 100644 --- a/drivers/net/octeontx2/cgx.h +++ b/drivers/net/octeontx2/cgx.h @@ -82,7 +82,7 @@ static inline u64 cgx_read(struct cgx *cgx, u8 lmac, u64 offset)   *   * @param instance	instance to find   * - * @return	pointer to lmac data structure or NULL if not found + * Return:	pointer to lmac data structure or NULL if not found   */  struct lmac *nix_get_cgx_lmac(int lmac_instance); | 
