Skip to content

Commit dab2214

Browse files
Avenger-285714akpm00
authored andcommitted
treewide: correct the typo 'retun'
There are some spelling mistakes of 'retun' in comments which should be instead of 'return'. Link: https://lkml.kernel.org/r/63D0F870EE8E87A0+20240906054008.390188-1-wangyuli@uniontech.com Signed-off-by: WangYuli <wangyuli@uniontech.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 73b4fca commit dab2214

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

arch/arm/mach-omap2/omap-mpuss-lowpower.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ int omap4_hotplug_cpu(unsigned int cpu, unsigned int power_state)
333333
omap_pm_ops.scu_prepare(cpu, power_state);
334334

335335
/*
336-
* CPU never retuns back if targeted power state is OFF mode.
336+
* CPU never returns back if targeted power state is OFF mode.
337337
* CPU ONLINE follows normal CPU ONLINE ptah via
338338
* omap4_secondary_startup().
339339
*/

drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ struct dpu_crtc_state {
231231
container_of(x, struct dpu_crtc_state, base)
232232

233233
/**
234-
* dpu_crtc_frame_pending - retun the number of pending frames
234+
* dpu_crtc_frame_pending - return the number of pending frames
235235
* @crtc: Pointer to drm crtc object
236236
*/
237237
static inline int dpu_crtc_frame_pending(struct drm_crtc *crtc)

drivers/infiniband/core/sa_query.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@ enum opa_pr_supported {
14201420
/*
14211421
* opa_pr_query_possible - Check if current PR query can be an OPA query.
14221422
*
1423-
* Retuns PR_NOT_SUPPORTED if a path record query is not
1423+
* Returns PR_NOT_SUPPORTED if a path record query is not
14241424
* possible, PR_OPA_SUPPORTED if an OPA path record query
14251425
* is possible and PR_IB_SUPPORTED if an IB path record
14261426
* query is possible.

drivers/input/misc/wistron_btns.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ static void wistron_led_init(struct device *parent)
10751075
}
10761076

10771077
if (leds_present & FE_MAIL_LED) {
1078-
/* bios_get_default_setting(MAIL) always retuns 0, so just turn the led off */
1078+
/* bios_get_default_setting(MAIL) always returns 0, so just turn the led off */
10791079
wistron_mail_led.brightness = LED_OFF;
10801080
if (led_classdev_register(parent, &wistron_mail_led))
10811081
leds_present &= ~FE_MAIL_LED;

drivers/mtd/nand/raw/nandsim.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@ static inline union ns_mem *NS_GET_PAGE(struct nandsim *ns)
13811381
}
13821382

13831383
/*
1384-
* Retuns a pointer to the current byte, within the current page.
1384+
* Returns a pointer to the current byte, within the current page.
13851385
*/
13861386
static inline u_char *NS_PAGE_BYTE_OFF(struct nandsim *ns)
13871387
{

drivers/scsi/bfa/bfa_fcs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ bfa_cb_lps_flogo_comp(void *bfad, void *uarg)
14311431
* param[in] vf_id - VF_ID
14321432
*
14331433
* return
1434-
* If lookup succeeds, retuns fcs vf object, otherwise returns NULL
1434+
* If lookup succeeds, returns fcs vf object, otherwise returns NULL
14351435
*/
14361436
bfa_fcs_vf_t *
14371437
bfa_fcs_vf_lookup(struct bfa_fcs_s *fcs, u16 vf_id)

drivers/scsi/pmcraid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4009,7 +4009,7 @@ static void pmcraid_tasklet_function(unsigned long instance)
40094009
* This routine un-registers registered interrupt handler and
40104010
* also frees irqs/vectors.
40114011
*
4012-
* Retun Value
4012+
* Return Value
40134013
* None
40144014
*/
40154015
static

0 commit comments

Comments
 (0)