From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B4C33C4363D for ; Fri, 2 Oct 2020 14:28:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 72D01206DB for ; Fri, 2 Oct 2020 14:28:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388023AbgJBO2Z (ORCPT ); Fri, 2 Oct 2020 10:28:25 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:51827 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726017AbgJBO2Z (ORCPT ); Fri, 2 Oct 2020 10:28:25 -0400 Received: from ip-109-40-130-93.web.vodafone.de ([109.40.130.93] helo=wittgenstein) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kOM2h-0007bA-Bs; Fri, 02 Oct 2020 14:28:16 +0000 Date: Fri, 2 Oct 2020 16:28:08 +0200 From: Christian Brauner To: Liu Shixin Cc: Greg Kroah-Hartman , Christian Brauner , Arve =?utf-8?B?SGrDuG5uZXbDpWc=?= , Todd Kjos , Martijn Coenen , Joel Fernandes , Hridya Valsaraju , Suren Baghdasaryan , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 -next] binder: simplify the return expression of binder_mmap Message-ID: <20201002142808.jxxtgfppj5e2v4f5@wittgenstein> References: <20200927123538.GA292831@kroah.com> <20200929015216.1829946-1-liushixin2@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200929015216.1829946-1-liushixin2@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 29, 2020 at 09:52:16AM +0800, Liu Shixin wrote: > Simplify the return expression. > > Signed-off-by: Liu Shixin > --- Thanks! Acked-by: Christian Brauner