Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp5733465ybi; Wed, 12 Jun 2019 07:34:58 -0700 (PDT) X-Google-Smtp-Source: APXvYqwhKWLu3aaSxduV9BaMv3mP1w7roh3dKkoKl0kBs2h7t/t6lpEINGtW8G61zmSHfxCXuScE X-Received: by 2002:a17:902:bc3:: with SMTP id 61mr24202147plr.324.1560350098581; Wed, 12 Jun 2019 07:34:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560350098; cv=none; d=google.com; s=arc-20160816; b=kNBVTCfxCF1c82seEayWwryUP642Ib/CqrYG8ZGdNo/HxXVovWQqIiAnewLBKe8VTh zGezurqgP5RINOWydi4DVqF5C+AYvSnwrPJsb9sAiKux48b2F2avQznRjPS82ERKgt7R ULzXXAAbtEmw8Zb+XPEpOysXQdTblgoLAfRThazP77ZhAWetVfCld++v8FkaeYVDoWGI 0EEjENjQvf5slBRsgksWqGk5MeiU3n9/MEmCCuk3qREQhZmZkPx3Ba/tjhkkUz5C9POF 8VP/SlcpLIj8xeUuLtkLqW3qPtUGbRsriFTcrcEUGv9nLQF9rgQVm7U3lR+BkOar4lL7 3BJA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=/0X5vhHtDlFRnGEjPYo1DZin/3paN0ubBeUw7xqMH3U=; b=MPSMFXU2WhJmwZS09PLpQB+y2OTd3uOR5aPW9yucq0uHfVeESO/vShmkhtYj/cm1of pQIkaW5tSZDTiJdIZWRP+P28/iL/KCQmFoupFJPG06a6V9bG7PsLLKvW8oq6VY0OOQRz ut6lCAkUbvtV+Ki/7RV3EkGWP+bfrRome9jhhN8Dd/mNUBMc9aO27CaY6NHV3FRAPLBQ plJdwRQMVInGH9Yuyibr/vmFnHtk+J8/CKeB2OoelcRqYNMaMR6wEgfxVtVikXaiZtXn T3BPA6gsLXovjMuJx4Zx5JJw+081xJxqsVKnxobHbaj3Bxiec/C+JIlTsJIAplgj91+R tZmg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q2si15416018pll.76.2019.06.12.07.34.43; Wed, 12 Jun 2019 07:34:58 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2436895AbfFLKVw (ORCPT + 99 others); Wed, 12 Jun 2019 06:21:52 -0400 Received: from sauhun.de ([88.99.104.3]:58188 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2407987AbfFLKVv (ORCPT ); Wed, 12 Jun 2019 06:21:51 -0400 Received: from localhost (p5486CACA.dip0.t-ipconnect.de [84.134.202.202]) by pokefinder.org (Postfix) with ESMTPSA id C66992C54BC; Wed, 12 Jun 2019 12:21:49 +0200 (CEST) Date: Wed, 12 Jun 2019 12:21:49 +0200 From: Wolfram Sang To: Bitan Biswas Cc: Laxman Dewangan , Thierry Reding , Jonathan Hunter , linux-i2c@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Rosin , Dmitry Osipenko , Shardar Mohammed , Sowjanya Komatineni , Mantravadi Karthik Subject: Re: [PATCH V5 4/7] i2c: tegra: add spinlock definition comment Message-ID: <20190612102149.gebnmuwbrrziqina@ninjato> References: <1560250274-18499-1-git-send-email-bbiswas@nvidia.com> <1560250274-18499-4-git-send-email-bbiswas@nvidia.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="syrdxohe2neenpi3" Content-Disposition: inline In-Reply-To: <1560250274-18499-4-git-send-email-bbiswas@nvidia.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --syrdxohe2neenpi3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 11, 2019 at 03:51:11AM -0700, Bitan Biswas wrote: > Fix checkpatch.pl CHECK as follows: > CHECK: spinlock_t definition without comment > + spinlock_t xfer_lock; >=20 > Signed-off-by: Bitan Biswas > Reviewed-by: Dmitry Osipenko Applied to for-next, thanks! --syrdxohe2neenpi3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl0A0j0ACgkQFA3kzBSg KbYnUg/8C6Ikq70WXseSBxacKWo08CyoMd+yd+W09dKxaYPnxLrfazUxkPYTTE7D 4VLEzeBcMDujgklma9uKQQOqFdjf8v+pDUoRaQYiOCQiNY+WWqrClAD0oj404gfN z8/JgE6yM6Bc9WAYMBc0Dr8cTk0kmjb6BqHLw/t/89vb6C8egqDgNIzMJZUA8j+o 34GgAI14Nixh2b0beKnxIZmvD8XgaThurpwhyEY02klL+wuaDz5cJGR2Cg/7JBQL VR8YdfSg1VcznYWhfQNj5rxSWdkCrSGhcli34d6ySj7/K1xEtodp6gr4N1fSSuED gCp6mNNSre2UmiCMyW+8DNo4Hf4tao80MJQXzulXNs5iYWfy+aVgJ68LnJeiLElY tGhz6/zvXbkFMWwaHkrx2L9Y3+z/ANF8dSAO215IjibnfkefuCvPBZ5lmoqlI5R4 vUJERgxd7HAFQgVOzsj3AUnm5I1L9n0mb4xjwVYZxpHCdRQutawdZV/hDMJR01vu ryYDRisv+6vfBQuxeJ8T53aV9ABOwYf9cuEn++bKkFhE93zllGk1zmPRYywNlZUd 7gqeSkGMmrEU3ChN/ajnaKigRJsFjYBl8r0kE/ApYC3PMptnQ7oU1sGIMqmVXI+B hj0QunKsplmbpx9PikzCMGWzPRAWMZkmfDhPiSfBVODZihuIL6o= =KqxX -----END PGP SIGNATURE----- --syrdxohe2neenpi3--