From mboxrd@z Thu Jan 1 00:00:00 1970 From: briannorris@chromium.org (Brian Norris) Date: Fri, 18 Aug 2017 09:28:31 -0700 Subject: [PATCH v3 2/7] pwm: rockchip: Remove the judge from return value of pwm_config In-Reply-To: <20170818153255.GC18307@ulmo> References: <1502206715-24174-1-git-send-email-david.wu@rock-chips.com> <1502206715-24174-3-git-send-email-david.wu@rock-chips.com> <20170818153255.GC18307@ulmo> Message-ID: <20170818162830.GA115593@google.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Aug 18, 2017 at 05:32:55PM +0200, Thierry Reding wrote: > I don't understand what the "judge" is supposed to be, but I've applied > this to for-4.14/drivers anyway. Thanks. Probably just an artifact of non-native English. Judging by context, David probably meant more like "Remove the check for the return value". I believe I've seen other non-native English speakers use "judge" in a way similar to "check" or "test" in the context of comparisons and error checking. (A search through my mailbox for "judge" confirms this.) Regards, Brian