From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen Gang Date: Mon, 27 May 2013 09:43:32 +0000 Subject: [PATCH] arch: s390: include: asm: typo issue for the redundency comma, found by cross compiling. Message-Id: <51A32AC4.4030509@asianux.com> List-Id: References: <51A2CC07.5010100@asianux.com> <51A32203.1090003@asianux.com> In-Reply-To: <51A32203.1090003@asianux.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Geert Uytterhoeven Cc: Martin Schwidefsky , Heiko Carstens , jang@linux.vnet.ibm.com, linux390@de.ibm.com, linux-s390@vger.kernel.org, Linux-Arch , "kernel-janitors@vger.kernel.org" It is a typo issue, remove the redundancy comma. Signed-off-by: Chen Gang --- arch/s390/include/asm/pgtable.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/s390/include/asm/pgtable.h b/arch/s390/include/asm/pgtable.h index 66b52d0..79346dc 100644 --- a/arch/s390/include/asm/pgtable.h +++ b/arch/s390/include/asm/pgtable.h @@ -1351,7 +1351,7 @@ static inline pmd_t pmd_mkwrite(pmd_t pmd) #ifdef CONFIG_TRANSPARENT_HUGEPAGE #define __HAVE_ARCH_PGTABLE_DEPOSIT -extern void pgtable_trans_huge_deposit(struct mm_struct *mm, , pmd_t *pmdp, +extern void pgtable_trans_huge_deposit(struct mm_struct *mm, pmd_t *pmdp, pgtable_t pgtable); #define __HAVE_ARCH_PGTABLE_WITHDRAW -- 1.7.7.6