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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4953CC00144 for ; Fri, 29 Jul 2022 08:10:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235372AbiG2IK2 (ORCPT ); Fri, 29 Jul 2022 04:10:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49276 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235355AbiG2IKZ (ORCPT ); Fri, 29 Jul 2022 04:10:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9940711A04; Fri, 29 Jul 2022 01:10:21 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4C7C361C9A; Fri, 29 Jul 2022 08:10:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2D448C433C1; Fri, 29 Jul 2022 08:10:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1659082220; bh=BvKlDnh9cU0HZ+oSmGTqHqFzpwVEA0UVMnTKLAsW1t4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IsKYdOICG+u2L1NeckIDTea4vZR/7c4ENTer6g0wHVHVt/tnxkZwyNhHCAWDDD1Le qQ8GfZZiaiIeSxYGwaJfWqQz2BHFrOuVk5+8zAknV9s5mz7Vy7+ZXIWO76lrNUGMfU jFQKhw/GO+kCHUZ2Hle2jPVSK7/+XbZKaJWWiPUo= Date: Fri, 29 Jul 2022 10:10:18 +0200 From: Greg Kroah-Hartman To: Daniil Lunev Cc: Adrian Hunter , Bart Van Assche , Alim Akhtar , Andy Gross , Avri Altman , Bean Huo , Bjorn Andersson , Daejun Park , Eric Biggers , "James E.J. Bottomley" , Konrad Dybcio , "Martin K. Petersen" , Matthias Brugger , Mike Snitzer , Stanley Chu , Ulf Hansson , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-scsi@vger.kernel.org Subject: Re: [PATCH v3 1/2] ufs: add function to check CRYPTO capability Message-ID: References: <20220729020508.4147751-1-dlunev@chromium.org> <20220729120216.v3.1.I6b7934b96fff0d5ea22531e57c0a11f0ccd1acd8@changeid> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220729120216.v3.1.I6b7934b96fff0d5ea22531e57c0a11f0ccd1acd8@changeid> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 29, 2022 at 12:05:07PM +1000, Daniil Lunev wrote: > To align with other capability check functions. This is not a valid changelog text, sorry. Please read the documentation for how to write a valid one. > Signed-off-by: Daniil Lunev > > drivers/ufs/core/ufshcd-crypto.c | 8 ++++---- > drivers/ufs/host/ufs-mediatek.c | 2 +- > drivers/ufs/host/ufs-qcom-ice.c | 4 ++-- > drivers/ufs/host/ufshcd-pci.c | 2 +- > include/ufs/ufshcd.h | 5 +++++ > 5 files changed, 13 insertions(+), 8 deletions(-) Something went wrong with your patch, there is no --- line, so git will apply it with the diffstat, right? Did you hand-edit this? thanks, greg k-h