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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 7FC28CA9EB5 for ; Mon, 4 Nov 2019 17:44:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 55B5D214B2 for ; Mon, 4 Nov 2019 17:44:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728287AbfKDRo7 (ORCPT ); Mon, 4 Nov 2019 12:44:59 -0500 Received: from Galois.linutronix.de ([193.142.43.55]:37973 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728064AbfKDRo6 (ORCPT ); Mon, 4 Nov 2019 12:44:58 -0500 Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1iRgPK-0002QI-Pz; Mon, 04 Nov 2019 18:44:50 +0100 Date: Mon, 4 Nov 2019 18:44:50 +0100 From: Sebastian Andrzej Siewior To: Jerry Snitselaar Cc: Jarkko Sakkinen , linux-integrity@vger.kernel.org, tglx@linutronix.de, Jason Gunthorpe , Philip Tricca , Tadeusz Struk Subject: Re: [PATCH] tpm: remove tpm_dev_wq_lock Message-ID: <20191104174450.dlxlgixizej5orqr@linutronix.de> References: <20190211105835.16851-1-bigeasy@linutronix.de> <20190211141145.GD8431@linux.intel.com> <20191010160313.pdf6ue4r2intbgoh@linutronix.de> <20191014193942.GH15552@linux.intel.com> <20191028202419.GA7214@linux.intel.com> <20191028202637.GB7214@linux.intel.com> <20191104143957.onsfuvmwfuvmfuu6@linutronix.de> <20191104173709.qqmdiacytyimbqhx@cantor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20191104173709.qqmdiacytyimbqhx@cantor> Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On 2019-11-04 10:37:09 [-0700], Jerry Snitselaar wrote: > It looks like checkpatch is expecting the word commit to precede the hash on the same line. > I get no errors with the following: That would explain it. That is however not what the TIP tree and other people do not to mention that reading wise it makes sense to keep the word `commit' as part of the sentence and add the hash in the next line. > Added in > > commit 9e1b74a63f776 ("tpm: add support for nonblocking operation") > > but never actually used it. > > Fixes: 9e1b74a63f776 ("tpm: add support for nonblocking operation") > Cc: Philip Tricca > Cc: Tadeusz Struk > Cc: Jarkko Sakkinen > Signed-off-by: Sebastian Andrzej Siewior Sebastian