Re: [PATCH] kernel-doc parser mishandles declarations split into lines

2017-09-01 Thread Markus Heiser
> Am 31.08.2017 um 00:38 schrieb Jonathan Corbet : > > On Fri, 16 Jun 2017 21:27:48 +0200 > Markus Heiser wrote: > >> Reported by Johannes Berg [1]. Problem here: function >> process_proto_type() concatenates the striped lines of declaration >>

Re: [PATCH] kernel-doc parser mishandles declarations split into lines

2017-08-30 Thread Jonathan Corbet
On Fri, 16 Jun 2017 21:27:48 +0200 Markus Heiser wrote: > Reported by Johannes Berg [1]. Problem here: function > process_proto_type() concatenates the striped lines of declaration > without any whitespace. A one-liner of:: > > struct something { >struct foo

Re: [PATCH] kernel-doc parser mishandles declarations split into lines

2017-08-28 Thread Markus Heiser
Hi Jon sorry for polling you .. but I miss this patch. Can you please take a look on it / Thanks! -- Markus -- > Am 16.06.2017 um 21:27 schrieb Markus Heiser : > > Reported by Johannes Berg [1]. Problem here: function > process_proto_type() concatenates the

Re: [PATCH] kernel-doc parser mishandles declarations split into lines

2017-07-06 Thread Markus Heiser
> Am 03.07.2017 um 10:22 schrieb Daniel Vetter : > > On Fri, Jun 16, 2017 at 09:27:48PM +0200, Markus Heiser wrote: >> R--- >> scripts/kernel-doc | 4 >> 1 file changed, 4 insertions(+) >> >> diff --git a/scripts/kernel-doc b/scripts/kernel-doc >> index a26a5f2..fb67994

Re: [PATCH] kernel-doc parser mishandles declarations split into lines

2017-07-03 Thread Daniel Vetter
On Fri, Jun 16, 2017 at 09:27:48PM +0200, Markus Heiser wrote: > Reported by Johannes Berg [1]. Problem here: function > process_proto_type() concatenates the striped lines of declaration > without any whitespace. A one-liner of:: > > struct something { >struct foo >bar; >