Hello, John. On Sat, Mar 24, 2018 at 01:05:50PM +0800, yuank...@codeaurora.org wrote: > From 304cec1cc42255fbd9e231a810f4eea20ab74b90 Mon Sep 17 00:00:00 2001 > From: John Zhao <yuank...@codeaurora.org> > Date: Sat, 24 Mar 2018 13:01:32 +0800 > Subject: [PATCH] cgroup: __cpuset_node_allowed return bool > > as a bool, __cpuset_node_allowed(...) return should be bool.
So, as a minor cleanup patch, this is fine but can you please soften the commit title / description a bit? It doesn't have to be bool. int is fine. bool may be marginally more readable but that's about it, so let's please make the commit match that. Thanks. -- tejun