All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Removed a sparse warning
@ 2017-07-30  9:35 rishabh hardas
  2017-07-30 12:26 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: rishabh hardas @ 2017-07-30  9:35 UTC (permalink / raw)
  To: gilad; +Cc: gregkh, linux-crypto, rishabh hardas

Signed-off-by: rishabh hardas <rishabheudyptula@gmail.com>
---
 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 */

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Removed a sparse warning
  2017-07-30  9:35 [PATCH] Removed a sparse warning rishabh hardas
@ 2017-07-30 12:26 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2017-07-30 12:26 UTC (permalink / raw)
  To: rishabh hardas; +Cc: gilad, linux-crypto

On Sun, Jul 30, 2017 at 03:05:18PM +0530, rishabh hardas wrote:
> Signed-off-by: rishabh hardas <rishabheudyptula@gmail.com>
> ---
>  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-30 12:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-30  9:35 [PATCH] Removed a sparse warning rishabh hardas
2017-07-30 12:26 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.