Thread (29 messages) 29 messages, 3 authors, 2019-10-24

Re: [PATCH v12 07/22] riscv: mm: Add p?d_leaf() definitions

From: Christoph Hellwig <hch@infradead.org>
Date: 2019-10-18 15:58:04
Also in: linux-mm, linux-riscv, lkml

+	return pud_present(pud)
+		&& (pud_val(pud) & (_PAGE_READ | _PAGE_WRITE | _PAGE_EXEC));
+}
The operators always need to go before the line break, not after it
per linux coding style.  There are a few more spots like this, so please
audit the whole series for it.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help