Re: [PATCH 2/3] befs: improve documentation in datastream.c

2016-08-16 Thread Salah Triki
On Sat, Aug 13, 2016 at 06:11:20PM +0100, Luis de Bethencourt wrote: > Convert function descriptions to kernel-doc style. > > Signed-off-by: Luis de Bethencourt > --- > fs/befs/datastream.c | 193 > ++- > 1 file changed, 98 insertions(+), 95 delet

[PATCH 2/3] befs: improve documentation in datastream.c

2016-08-13 Thread Luis de Bethencourt
Convert function descriptions to kernel-doc style. Signed-off-by: Luis de Bethencourt --- fs/befs/datastream.c | 193 ++- 1 file changed, 98 insertions(+), 95 deletions(-) diff --git a/fs/befs/datastream.c b/fs/befs/datastream.c index b2eb5b5..5ce