[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAMo8BfLkZvH9zG+O7cTJmwAs5WCTRfV6VmN8p=apUuRZut5i-Q@mail.gmail.com>
Date: Thu, 2 Oct 2014 20:13:59 +0400
From: Max Filippov <jcmvbkbc@...il.com>
To: Paul McQuade <paulmcquad@...il.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
"linux-mm@...ck.org" <linux-mm@...ck.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] mm: highmem remove 3 errors
On Thu, Oct 2, 2014 at 7:54 PM, Max Filippov <jcmvbkbc@...il.com> wrote:
> On Thu, Oct 2, 2014 at 7:44 PM, Paul McQuade <paulmcquad@...il.com> wrote:
>> - return (void*) vaddr;
>> + return (void *) vaddr;
>
> checkpatch suggests that
> CHECK: No space is necessary after a cast
Sorry, wasn't clear enough. 'After a cast' means between ')' and 'vaddr' in the
above case. Space insertion between 'void' and '*' is correct.
--
Thanks.
-- Max
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists