File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ static int __mhi_download_rddm_in_panic(struct mhi_controller *mhi_cntrl)
82
82
* other cores to shutdown while we're collecting RDDM buffer. After
83
83
* returning from this function, we expect the device to reset.
84
84
*
85
- * Normaly , we read/write pm_state only after grabbing the
85
+ * Normally , we read/write pm_state only after grabbing the
86
86
* pm_lock, since we're in a panic, skipping it. Also there is no
87
- * gurantee that this state change would take effect since
87
+ * guarantee that this state change would take effect since
88
88
* we're setting it w/o grabbing pm_lock
89
89
*/
90
90
mhi_cntrl -> pm_state = MHI_PM_LD_ERR_FATAL_DETECT ;
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ struct mhi_chan {
255
255
/*
256
256
* Important: When consuming, increment tre_ring first and when
257
257
* releasing, decrement buf_ring first. If tre_ring has space, buf_ring
258
- * is guranteed to have space so we do not need to check both rings.
258
+ * is guaranteed to have space so we do not need to check both rings.
259
259
*/
260
260
struct mhi_ring buf_ring ;
261
261
struct mhi_ring tre_ring ;
You can’t perform that action at this time.
0 commit comments