|
42 | 42 | /** |
43 | 43 | * struct ti_abb_info - ABB information per voltage setting |
44 | 44 | * @opp_sel: one of TI_ABB macro |
45 | | - * @vset: (optional) vset value that LDOVBB needs to be overriden with. |
| 45 | + * @vset: (optional) vset value that LDOVBB needs to be overridden with. |
46 | 46 | * |
47 | 47 | * Array of per voltage entries organized in the same order as regulator_desc's |
48 | 48 | * volt_table list. (selector is used to index from this array) |
@@ -484,7 +484,7 @@ static int ti_abb_init_timings(struct device *dev, struct ti_abb *abb) |
484 | 484 | /* Calculate cycle rate */ |
485 | 485 | cycle_rate = DIV_ROUND_CLOSEST(clock_cycles * 10, clk_rate); |
486 | 486 |
|
487 | | - /* Calulate SR2_WTCNT_VALUE */ |
| 487 | + /* Calculate SR2_WTCNT_VALUE */ |
488 | 488 | sr2_wt_cnt_val = DIV_ROUND_CLOSEST(abb->settling_time * 10, cycle_rate); |
489 | 489 |
|
490 | 490 | dev_dbg(dev, "%s: Clk_rate=%ld, sr2_cnt=0x%08x\n", __func__, |
@@ -688,7 +688,7 @@ MODULE_DEVICE_TABLE(of, ti_abb_of_match); |
688 | 688 | * @pdev: ABB platform device |
689 | 689 | * |
690 | 690 | * Initializes an individual ABB LDO for required Body-Bias. ABB is used to |
691 | | - * addional bias supply to SoC modules for power savings or mandatory stability |
| 691 | + * additional bias supply to SoC modules for power savings or mandatory stability |
692 | 692 | * configuration at certain Operating Performance Points(OPPs). |
693 | 693 | * |
694 | 694 | * Return: 0 on success or appropriate error value when fails |
|
0 commit comments