Re: linux-next: Tree for Apr 23 (ax.25 sysctl)
From: Randy Dunlap <hidden>
Date: 2012-04-23 16:25:18
Also in:
linux-hams, linux-next, lkml
From: Randy Dunlap <hidden>
Date: 2012-04-23 16:25:18
Also in:
linux-hams, linux-next, lkml
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