File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
drivers/infiniband/hw/bnxt_re Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -734,7 +734,7 @@ int bnxt_qplib_alloc_dpi(struct bnxt_qplib_res *res,
734
734
735
735
switch (type ) {
736
736
case BNXT_QPLIB_DPI_TYPE_KERNEL :
737
- /* priviledged dbr was already mapped just initialize it. */
737
+ /* privileged dbr was already mapped just initialize it. */
738
738
dpi -> umdbr = dpit -> ucreg .bar_base +
739
739
dpit -> ucreg .offset + bit_num * PAGE_SIZE ;
740
740
dpi -> dbr = dpit -> priv_db ;
@@ -940,7 +940,7 @@ int bnxt_qplib_map_db_bar(struct bnxt_qplib_res *res)
940
940
}
941
941
ucreg -> bar_reg = ioremap (ucreg -> bar_base , ucreg -> len );
942
942
if (!ucreg -> bar_reg ) {
943
- dev_err (& res -> pdev -> dev , "priviledged dpi map failed!" );
943
+ dev_err (& res -> pdev -> dev , "privileged dpi map failed!" );
944
944
return - ENOMEM ;
945
945
}
946
946
You can’t perform that action at this time.
0 commit comments