lkml.org 
[lkml]   [2018]   [Nov]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH v8 2/8] uaccess: add untagged_addr definition for other arches
    On Thu, Nov 08, 2018 at 03:36:09PM +0100, Andrey Konovalov wrote:
    > diff --git a/include/linux/uaccess.h b/include/linux/uaccess.h
    > index efe79c1cdd47..c045b4eff95e 100644
    > --- a/include/linux/uaccess.h
    > +++ b/include/linux/uaccess.h
    > @@ -13,6 +13,10 @@
    >
    > #include <asm/uaccess.h>
    >
    > +#ifndef untagged_addr
    > +#define untagged_addr(addr) addr
    > +#endif

    Nitpick: add braces around (addr). Otherwise:

    Acked-by: Catalin Marinas <catalin.marinas@arm.com>

    \
     
     \ /
      Last update: 2018-11-29 19:24    [W:3.024 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site