Commit 3aecfc38 authored by Xinhao Liu's avatar Xinhao Liu Committed by Jason Gunthorpe

RDMA/hns: Replace tab with space in the right-side comments

There should be a space between the code and the comment on the right.

Link: https://lore.kernel.org/r/20211119140208.40416-4-liangwenpeng@huawei.comSigned-off-by: default avatarXinhao Liu <liuxinhao5@hisilicon.com>
Signed-off-by: default avatarWenpeng Liang <liangwenpeng@huawei.com>
Signed-off-by: default avatarJason Gunthorpe <jgg@nvidia.com>
parent ea393549
...@@ -354,10 +354,10 @@ struct hns_roce_mr { ...@@ -354,10 +354,10 @@ struct hns_roce_mr {
u64 size; /* Address range of MR */ u64 size; /* Address range of MR */
u32 key; /* Key of MR */ u32 key; /* Key of MR */
u32 pd; /* PD num of MR */ u32 pd; /* PD num of MR */
u32 access; /* Access permission of MR */ u32 access; /* Access permission of MR */
int enabled; /* MR's active status */ int enabled; /* MR's active status */
int type; /* MR's register type */ int type; /* MR's register type */
u32 pbl_hop_num; /* multi-hop number */ u32 pbl_hop_num; /* multi-hop number */
struct hns_roce_mtr pbl_mtr; struct hns_roce_mtr pbl_mtr;
u32 npages; u32 npages;
dma_addr_t *page_list; dma_addr_t *page_list;
...@@ -375,16 +375,16 @@ struct hns_roce_wq { ...@@ -375,16 +375,16 @@ struct hns_roce_wq {
u32 max_gs; u32 max_gs;
u32 rsv_sge; u32 rsv_sge;
int offset; int offset;
int wqe_shift; /* WQE size */ int wqe_shift; /* WQE size */
u32 head; u32 head;
u32 tail; u32 tail;
void __iomem *db_reg; void __iomem *db_reg;
}; };
struct hns_roce_sge { struct hns_roce_sge {
unsigned int sge_cnt; /* SGE num */ unsigned int sge_cnt; /* SGE num */
int offset; int offset;
int sge_shift; /* SGE size */ int sge_shift; /* SGE size */
}; };
struct hns_roce_buf_list { struct hns_roce_buf_list {
...@@ -672,9 +672,9 @@ struct hns_roce_qp { ...@@ -672,9 +672,9 @@ struct hns_roce_qp {
unsigned long flush_flag; unsigned long flush_flag;
struct hns_roce_work flush_work; struct hns_roce_work flush_work;
struct hns_roce_rinl_buf rq_inl_buf; struct hns_roce_rinl_buf rq_inl_buf;
struct list_head node; /* all qps are on a list */ struct list_head node; /* all qps are on a list */
struct list_head rq_node; /* all recv qps are on a list */ struct list_head rq_node; /* all recv qps are on a list */
struct list_head sq_node; /* all send qps are on a list */ struct list_head sq_node; /* all send qps are on a list */
}; };
struct hns_roce_ib_iboe { struct hns_roce_ib_iboe {
...@@ -855,7 +855,7 @@ struct hns_roce_caps { ...@@ -855,7 +855,7 @@ struct hns_roce_caps {
u32 cqc_timer_ba_pg_sz; u32 cqc_timer_ba_pg_sz;
u32 cqc_timer_buf_pg_sz; u32 cqc_timer_buf_pg_sz;
u32 cqc_timer_hop_num; u32 cqc_timer_hop_num;
u32 cqe_ba_pg_sz; /* page_size = 4K*(2^cqe_ba_pg_sz) */ u32 cqe_ba_pg_sz; /* page_size = 4K*(2^cqe_ba_pg_sz) */
u32 cqe_buf_pg_sz; u32 cqe_buf_pg_sz;
u32 cqe_hop_num; u32 cqe_hop_num;
u32 srqwqe_ba_pg_sz; u32 srqwqe_ba_pg_sz;
...@@ -874,7 +874,7 @@ struct hns_roce_caps { ...@@ -874,7 +874,7 @@ struct hns_roce_caps {
u32 gmv_hop_num; u32 gmv_hop_num;
u32 sl_num; u32 sl_num;
u32 llm_buf_pg_sz; u32 llm_buf_pg_sz;
u32 chunk_sz; /* chunk size in non multihop mode */ u32 chunk_sz; /* chunk size in non multihop mode */
u64 flags; u64 flags;
u16 default_ceq_max_cnt; u16 default_ceq_max_cnt;
u16 default_ceq_period; u16 default_ceq_period;
...@@ -1001,8 +1001,8 @@ struct hns_roce_dev { ...@@ -1001,8 +1001,8 @@ struct hns_roce_dev {
int loop_idc; int loop_idc;
u32 sdb_offset; u32 sdb_offset;
u32 odb_offset; u32 odb_offset;
dma_addr_t tptr_dma_addr; /* only for hw v1 */ dma_addr_t tptr_dma_addr; /* only for hw v1 */
u32 tptr_size; /* only for hw v1 */ u32 tptr_size; /* only for hw v1 */
const struct hns_roce_hw *hw; const struct hns_roce_hw *hw;
void *priv; void *priv;
struct workqueue_struct *irq_workq; struct workqueue_struct *irq_workq;
......
...@@ -1441,7 +1441,7 @@ struct hns_roce_v2_priv { ...@@ -1441,7 +1441,7 @@ struct hns_roce_v2_priv {
struct hns_roce_dip { struct hns_roce_dip {
u8 dgid[GID_LEN_V2]; u8 dgid[GID_LEN_V2];
u32 dip_idx; u32 dip_idx;
struct list_head node; /* all dips are on a list */ struct list_head node; /* all dips are on a list */
}; };
#define HNS_ROCE_AEQ_DEFAULT_BURST_NUM 0x0 #define HNS_ROCE_AEQ_DEFAULT_BURST_NUM 0x0
......
...@@ -81,7 +81,7 @@ static int alloc_mr_key(struct hns_roce_dev *hr_dev, struct hns_roce_mr *mr) ...@@ -81,7 +81,7 @@ static int alloc_mr_key(struct hns_roce_dev *hr_dev, struct hns_roce_mr *mr)
return -ENOMEM; return -ENOMEM;
} }
mr->key = hw_index_to_key(id); /* MR key */ mr->key = hw_index_to_key(id); /* MR key */
err = hns_roce_table_get(hr_dev, &hr_dev->mr_table.mtpt_table, err = hns_roce_table_get(hr_dev, &hr_dev->mr_table.mtpt_table,
(unsigned long)id); (unsigned long)id);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment