Re: [PATCH v3 1/2] ufs: add function to check CRYPTO capability

From: Greg Kroah-Hartman
Date: Fri Jul 29 2022 - 04:10:30 EST


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 <dlunev@xxxxxxxxxxxx>
>
> 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