diff options
Diffstat (limited to 'drivers/net/ipa/gsi_private.h')
| -rw-r--r-- | drivers/net/ipa/gsi_private.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/drivers/net/ipa/gsi_private.h b/drivers/net/ipa/gsi_private.h index 1785c9d3344d..ea333a244cf5 100644 --- a/drivers/net/ipa/gsi_private.h +++ b/drivers/net/ipa/gsi_private.h @@ -14,7 +14,7 @@ struct gsi_trans;  struct gsi_ring;  struct gsi_channel; -#define GSI_RING_ELEMENT_SIZE	16	/* bytes */ +#define GSI_RING_ELEMENT_SIZE	16	/* bytes; must be a power of 2 */  /* Return the entry that follows one provided in a transaction pool */  void *gsi_trans_pool_next(struct gsi_trans_pool *pool, void *element); @@ -100,7 +100,7 @@ void gsi_channel_doorbell(struct gsi_channel *channel);  /**   * gsi_ring_virt() - Return virtual address for a ring entry   * @ring:	Ring whose address is to be translated - * @addr:	Index (slot number) of entry + * @index:	Index (slot number) of entry   */  void *gsi_ring_virt(struct gsi_ring *ring, u32 index); | 
