Skip to content

Commit ad2478e

Browse files
committed
Merge tag 'omap-for-v6.19/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap into soc/arm
ARM: OMAP2+: Fix falg->flag typo in omap_smc2() * tag 'omap-for-v6.19/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap: ARM: OMAP2+: Fix falg->flag typo in omap_smc2() Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents d6ecfc5 + ae18c46 commit ad2478e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/mach-omap2/omap-secure.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ extern u32 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs,
6868
u32 arg1, u32 arg2, u32 arg3, u32 arg4);
6969
extern void omap_smccc_smc(u32 fn, u32 arg);
7070
extern void omap_smc1(u32 fn, u32 arg);
71-
extern u32 omap_smc2(u32 id, u32 falg, u32 pargs);
71+
extern u32 omap_smc2(u32 id, u32 flag, u32 pargs);
7272
extern u32 omap_smc3(u32 id, u32 process, u32 flag, u32 pargs);
7373
extern int omap_secure_ram_reserve_memblock(void);
7474
extern u32 save_secure_ram_context(u32 args_pa);

arch/arm/mach-omap2/omap-smc.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENTRY(_omap_smc1)
3232
ENDPROC(_omap_smc1)
3333

3434
/**
35-
* u32 omap_smc2(u32 id, u32 falg, u32 pargs)
35+
* u32 omap_smc2(u32 id, u32 flag, u32 pargs)
3636
* Low level common routine for secure HAL and PPA APIs.
3737
* @id: Application ID of HAL APIs
3838
* @flag: Flag to indicate the criticality of operation

0 commit comments

Comments
 (0)