2017-07-30 09:35:28

by RishabhHardas

[permalink] [raw]
Subject: [PATCH] Removed a sparse warning

Signed-off-by: rishabh hardas <[email protected]>
---
drivers/staging/ccree/ssi_fips.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/ccree/ssi_fips.h b/drivers/staging/ccree/ssi_fips.h
index 369ddf9..846bd55 100644
--- a/drivers/staging/ccree/ssi_fips.h
+++ b/drivers/staging/ccree/ssi_fips.h
@@ -40,7 +40,7 @@ static inline int ssi_fips_init(struct ssi_drvdata *p_drvdata)
}

static inline void ssi_fips_fini(struct ssi_drvdata *drvdata) {}
-void cc_set_ree_fips_status(struct ssi_drvdata *drvdata, bool ok) {}
+static void cc_set_ree_fips_status(struct ssi_drvdata *drvdata, bool ok) {}
void fips_handler(struct ssi_drvdata *drvdata) {}

#endif /* CONFIG_CRYPTO_FIPS */


2017-07-30 12:26:57

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] Removed a sparse warning

On Sun, Jul 30, 2017 at 03:05:18PM +0530, rishabh hardas wrote:
> Signed-off-by: rishabh hardas <[email protected]>
> ---
> drivers/staging/ccree/ssi_fips.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

I can't take patches without any changelog text at all. Please read the
documentation for how to create a proper subject as well.

thanks,

greg k-h