mbox series

[0/2] Fix sparse warnings

Message ID 20230609090531.31794-1-ashok.reddy.soma@amd.com
Headers show
Series Fix sparse warnings | expand

Message

Ashok Reddy Soma June 9, 2023, 9:05 a.m. UTC
In this patch series, fix sparse warnings in below files
 - arch/arm/mach-versal/mp.c
 - arch/arm/mach-versal/include/mach/sys_proto.h



Algapally Santosh Sagar (2):
  arm64: versal: Add missing prototype for initialize_tcm
  arm64: versal: Add missing prototypes

 arch/arm/mach-versal/include/mach/sys_proto.h | 1 +
 arch/arm/mach-versal/mp.c                     | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

Comments

Michal Simek June 12, 2023, 6:36 a.m. UTC | #1
On 6/9/23 11:05, Ashok Reddy Soma wrote:
> In this patch series, fix sparse warnings in below files
>   - arch/arm/mach-versal/mp.c
>   - arch/arm/mach-versal/include/mach/sys_proto.h
> 
> 
> 
> Algapally Santosh Sagar (2):
>    arm64: versal: Add missing prototype for initialize_tcm
>    arm64: versal: Add missing prototypes
> 
>   arch/arm/mach-versal/include/mach/sys_proto.h | 1 +
>   arch/arm/mach-versal/mp.c                     | 8 ++++----
>   2 files changed, 5 insertions(+), 4 deletions(-)
> 

Applied.
M