From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754103Ab2DWQZS (ORCPT ); Mon, 23 Apr 2012 12:25:18 -0400 Received: from oproxy8-pub.bluehost.com ([69.89.22.20]:48528 "HELO oproxy8-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753802Ab2DWQZQ (ORCPT ); Mon, 23 Apr 2012 12:25:16 -0400 Message-ID: <4F95828A.8050403@xenotime.net> Date: Mon, 23 Apr 2012 09:25:46 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110323 Thunderbird/3.1.9 MIME-Version: 1.0 To: Stephen Rothwell CC: linux-next@vger.kernel.org, LKML , netdev@vger.kernel.org, linux-hams@vger.kernel.org, Ralf Baechle Subject: Re: linux-next: Tree for Apr 23 (ax.25 sysctl) References: <20120423170701.c96e402234b1387dece11dda@canb.auug.org.au> In-Reply-To: <20120423170701.c96e402234b1387dece11dda@canb.auug.org.au> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Identified-User: {1807:box742.bluehost.com:xenotime:xenotime.net} {sentby:smtp auth 50.53.38.135 authed with rdunlap@xenotime.net} Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/23/2012 12:07 AM, Stephen Rothwell wrote: > Hi all, > > Changes since 20120420: include/net/ax25.h:447:75: error: expected ';' before '}' token static inline int ax25_register_dev_sysctl(ax25_dev *ax25_dev) { return 0 }; static inline void ax25_unregister_dev_sysctl(ax25_dev *ax25_dev) {}; Is this from Eric B.'s sysctl patches? First function: move ';' inside braces. Second function: drop the ';'. -- ~Randy