From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752128AbdFUGR0 convert rfc822-to-8bit (ORCPT ); Wed, 21 Jun 2017 02:17:26 -0400 Received: from mx0b-0016f401.pphosted.com ([67.231.156.173]:36530 "EHLO mx0b-0016f401.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750987AbdFUGRY (ORCPT ); Wed, 21 Jun 2017 02:17:24 -0400 Date: Wed, 21 Jun 2017 14:12:41 +0800 From: Jisheng Zhang To: Stephen Rothwell CC: Linus Walleij , Linux-Next Mailing List , Linux Kernel Mailing List , Xiaoguang Chen Subject: Re: linux-next: build failure after merge of the gpio tree Message-ID: <20170621141221.2b006411@xhacker> In-Reply-To: <20170621160934.67c1f27e@canb.auug.org.au> References: <20170621160934.67c1f27e@canb.auug.org.au> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-06-21_01:,, signatures=0 X-Proofpoint-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1706210102 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 21 Jun 2017 16:09:34 +1000 Stephen Rothwell wrote: > Hi Linus, > > After merging the gpio tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > drivers/gpio/gpio-dwapb.c: In function 'dwapb_irq_set_type': > drivers/gpio/gpio-dwapb.c:291:2: error: stray '\357' in program > if (type != IRQ_TYPE_EDGE_BOTH) > ^ > drivers/gpio/gpio-dwapb.c:291:2: error: stray '\274' in program > drivers/gpio/gpio-dwapb.c:291:2: error: stray '\210' in program > drivers/gpio/gpio-dwapb.c:291:8: error: expected '(' before 'type' > if (type != IRQ_TYPE_EDGE_BOTH) > ^ > drivers/gpio/gpio-dwapb.c:291:8: warning: statement with no effect [-Wunused-value] > drivers/gpio/gpio-dwapb.c:291:8: error: stray '\357' in program > drivers/gpio/gpio-dwapb.c:291:8: error: stray '\274' in program > drivers/gpio/gpio-dwapb.c:291:8: error: stray '\211' in program oops, I see this error as well, Xiaoguang uses Chinese "()" instead of ASII "()", I fixed it locally but I forget to mention it.