Re: [PATCH 1/3] ABI: fix some syntax issues at the ABI database
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2016-10-28 12:30:09
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2016-10-28 12:30:09
On Fri, Oct 28, 2016 at 10:19:45AM -0200, Mauro Carvalho Chehab wrote:
On those three files, the ABI representation described at README are violated. - at sysfs-bus-iio-proximity-as3935: a ':' character is missing after "What" - at sysfs-class-devfreq: there's a typo at Description - at sysfs-class-cxl, it is using the ":" character at a file preamble, causing it to be misinterpreted as a tag. - On the other files, instead of "What", they use "Where". Signed-off-by: Mauro Carvalho Chehab <redacted>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>