Re: [PATCH] staging: rdma: Fix braces around if/else

2015-10-04 Thread Martin Kletzander
On Sun, Oct 04, 2015 at 08:20:09AM +0100, Greg Kroah-Hartman wrote: On Sun, Oct 04, 2015 at 09:47:52AM +0300, Or Gerlitz wrote: On 10/3/2015 11:55 PM, Martin Kletzander wrote: >Get rid of all ELSE_AFTER_BRACE type errors reported by checkpatch.pl. Hi Greg, Is there a way to signal peo

Re: [PATCH] staging: rdma: Fix braces around if/else

2015-10-04 Thread Martin Kletzander
On Sun, Oct 04, 2015 at 08:20:09AM +0100, Greg Kroah-Hartman wrote: On Sun, Oct 04, 2015 at 09:47:52AM +0300, Or Gerlitz wrote: On 10/3/2015 11:55 PM, Martin Kletzander wrote: >Get rid of all ELSE_AFTER_BRACE type errors reported by checkpatch.pl. Hi Greg, Is there a way to signal peo

[PATCH] staging: rdma: Fix braces around if/else

2015-10-03 Thread Martin Kletzander
Get rid of all ELSE_AFTER_BRACE type errors reported by checkpatch.pl. Signed-off-by: Martin Kletzander --- There is one warning reported in this patch though. That's because of the multiline string and it's pre-existing. Feel free to let me know if that should be fixed too, I'd also remove

[PATCH] staging: rdma: Fix braces around if/else

2015-10-03 Thread Martin Kletzander
Get rid of all ELSE_AFTER_BRACE type errors reported by checkpatch.pl. Signed-off-by: Martin Kletzander <mklet...@redhat.com> --- There is one warning reported in this patch though. That's because of the multiline string and it's pre-existing. Feel free to let me know if that should be

Re: [PATCH] lib/vsprintf.c: update documentation

2015-10-02 Thread Martin Kletzander
-formatting-documentation.patch and its -fix. Reviewed-by: Martin Kletzander signature.asc Description: PGP signature

Re: [PATCH] lib/vsprintf.c: update documentation

2015-10-02 Thread Martin Kletzander
of lib-documentation-synchronize-%p-formatting-documentation.patch and its -fix. Reviewed-by: Martin Kletzander <mklet...@redhat.com> signature.asc Description: PGP signature

OBFrom 465b6d8ab9132bab0d8bab5d471d7ad6a9614b62 Mon Sep 17 00:00:00 2001

2015-09-29 Thread Martin Kletzander
modified are updated with a reminder of updating the documentation upon any further change. Signed-off-by: Martin Kletzander Reviewed-by: Andy Shevchenko --- v3: - Don't mess up %n into %pn - Minor clean-ups v2: - Keep brief documentation in the docstring for pointer() Documentation

OBFrom 465b6d8ab9132bab0d8bab5d471d7ad6a9614b62 Mon Sep 17 00:00:00 2001

2015-09-29 Thread Martin Kletzander
modified are updated with a reminder of updating the documentation upon any further change. Signed-off-by: Martin Kletzander <mklet...@redhat.com> Reviewed-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> --- v3: - Don't mess up %n into %pn - Minor clean-ups v2:

Re: [PATCH v2] lib: Documentation: Synchronize %p formatting documentation

2015-09-24 Thread Martin Kletzander
On Thu, Sep 24, 2015 at 08:20:27AM +, Shevchenko, Andriy wrote: On Thu, 2015-09-24 at 11:16 +0300, Andy Shevchenko wrote: On Thu, 2015-09-24 at 10:08 +0200, Martin Kletzander wrote: > Move all pointer-formatting documentation to one place in the code > and > one place in the docu

[PATCH v2] lib: Documentation: Synchronize %p formatting documentation

2015-09-24 Thread Martin Kletzander
descriptions of them (as that is the function dealing with %p) and docstring above vsprintf() is removed as redundant. Both docstrings in the code that were modified are updated with a reminder of updating the documentation upon any further change. Signed-off-by: Martin Kletzander --- Documentation

[PATCH v2] lib: Documentation: Synchronize %p formatting documentation

2015-09-24 Thread Martin Kletzander
descriptions of them (as that is the function dealing with %p) and docstring above vsprintf() is removed as redundant. Both docstrings in the code that were modified are updated with a reminder of updating the documentation upon any further change. Signed-off-by: Martin Kletzander <mklet...@redhat.

Re: [PATCH v2] lib: Documentation: Synchronize %p formatting documentation

2015-09-24 Thread Martin Kletzander
On Thu, Sep 24, 2015 at 08:20:27AM +, Shevchenko, Andriy wrote: On Thu, 2015-09-24 at 11:16 +0300, Andy Shevchenko wrote: On Thu, 2015-09-24 at 10:08 +0200, Martin Kletzander wrote: > Move all pointer-formatting documentation to one place in the code > and > one place in the docu

Re: [PATCH] lib: Documentation: Synchronize %p formatting documentation

2015-09-22 Thread Martin Kletzander
On Tue, Sep 22, 2015 at 08:40:03PM +0200, Rasmus Villemoes wrote: On Mon, Sep 21 2015, Andy Shevchenko wrote: On Mon, 2015-09-21 at 11:13 +0200, Martin Kletzander wrote: Move all pointer-formatting documentation to one place instead of keeping it in three places with different level

Re: [PATCH] lib: Documentation: Synchronize %p formatting documentation

2015-09-22 Thread Martin Kletzander
On Tue, Sep 22, 2015 at 08:40:03PM +0200, Rasmus Villemoes wrote: On Mon, Sep 21 2015, Andy Shevchenko <andriy.shevche...@linux.intel.com> wrote: On Mon, 2015-09-21 at 11:13 +0200, Martin Kletzander wrote: Move all pointer-formatting documentation to one place instead of keeping it in

Re: [PATCH] lib: Documentation: Synchronize %p formatting documentation

2015-09-21 Thread Martin Kletzander
On Mon, Sep 21, 2015 at 12:18:07PM +0300, Andy Shevchenko wrote: On Mon, 2015-09-21 at 11:13 +0200, Martin Kletzander wrote: Move all pointer-formatting documentation to one place instead of keeping it in three places with different level of completeness. I think we still need at least one

[PATCH] lib: Documentation: Synchronize %p formatting documentation

2015-09-21 Thread Martin Kletzander
Move all pointer-formatting documentation to one place instead of keeping it in three places with different level of completeness. Signed-off-by: Martin Kletzander --- Documentation/printk-formats.txt | 27 + lib/vsprintf.c | 123

Re: [PATCH] lib: Documentation: Synchronize %p formatting documentation

2015-09-21 Thread Martin Kletzander
On Mon, Sep 21, 2015 at 12:18:07PM +0300, Andy Shevchenko wrote: On Mon, 2015-09-21 at 11:13 +0200, Martin Kletzander wrote: Move all pointer-formatting documentation to one place instead of keeping it in three places with different level of completeness. I think we still need at least one

[PATCH] lib: Documentation: Synchronize %p formatting documentation

2015-09-21 Thread Martin Kletzander
Move all pointer-formatting documentation to one place instead of keeping it in three places with different level of completeness. Signed-off-by: Martin Kletzander <mklet...@redhat.com> --- Documentation/printk-formats.txt | 27 + lib/vsprintf.c

Re: [PATCH 3/9] x86/intel_rdt: Cache Allocation documentation and cgroup usage guide

2015-08-02 Thread Martin Kletzander
On Thu, Jul 30, 2015 at 05:08:13PM -0300, Marcelo Tosatti wrote: On Thu, Jul 30, 2015 at 10:47:23AM -0700, Vikas Shivappa wrote: Marcello, On Wed, 29 Jul 2015, Marcelo Tosatti wrote: > >How about this: > >desiredclos (closid p1 p2 p3 p4) > 1 1 0 0 0 > 2 0

Re: [PATCH 3/9] x86/intel_rdt: Cache Allocation documentation and cgroup usage guide

2015-08-02 Thread Martin Kletzander
On Thu, Jul 30, 2015 at 05:08:13PM -0300, Marcelo Tosatti wrote: On Thu, Jul 30, 2015 at 10:47:23AM -0700, Vikas Shivappa wrote: Marcello, On Wed, 29 Jul 2015, Marcelo Tosatti wrote: How about this: desiredclos (closid p1 p2 p3 p4) 1 1 0 0 0 2 0 0