On Thu, Oct 2, 2014 at 7:54 PM, Max Filippov <jcmvbkbc@xxxxxxxxx> wrote: > On Thu, Oct 2, 2014 at 7:44 PM, Paul McQuade <paulmcquad@xxxxxxxxx> 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, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>