Re: [PATCH] ARM: S3C24XX: fix typo in guard macro for s3c2412.h

2018-06-20 Thread Krzysztof Kozlowski
On Sun, Jun 17, 2018 at 10:46:17PM +0300, efre...@linux.com wrote: > The guard macro __ARCH_ARM_REGS_S3C24XX_S3C2412_H in header s3c2412.h > doesn't match the #ifndef macro __ARCH_ARM_MACH_S3C24XX_S3C2412_H. > This patch defines the guard correctly. > > Found by Linux Driver Verification project

Re: [PATCH] ARM: S3C24XX: fix typo in guard macro for s3c2412.h

2018-06-20 Thread Krzysztof Kozlowski
On Sun, Jun 17, 2018 at 10:46:17PM +0300, efre...@linux.com wrote: > The guard macro __ARCH_ARM_REGS_S3C24XX_S3C2412_H in header s3c2412.h > doesn't match the #ifndef macro __ARCH_ARM_MACH_S3C24XX_S3C2412_H. > This patch defines the guard correctly. > > Found by Linux Driver Verification project

[PATCH] ARM: S3C24XX: fix typo in guard macro for s3c2412.h

2018-06-17 Thread efremov
The guard macro __ARCH_ARM_REGS_S3C24XX_S3C2412_H in header s3c2412.h doesn't match the #ifndef macro __ARCH_ARM_MACH_S3C24XX_S3C2412_H. This patch defines the guard correctly. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Denis Efremov ---

[PATCH] ARM: S3C24XX: fix typo in guard macro for s3c2412.h

2018-06-17 Thread efremov
The guard macro __ARCH_ARM_REGS_S3C24XX_S3C2412_H in header s3c2412.h doesn't match the #ifndef macro __ARCH_ARM_MACH_S3C24XX_S3C2412_H. This patch defines the guard correctly. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Denis Efremov ---