mbox series

[0/3] crypto: spacc - Fix Smatch issues

Message ID b47b6e7a-dd63-4005-9339-edb705f6f983@stanley.mountain (mailing list archive)
Headers show
Series crypto: spacc - Fix Smatch issues | expand

Message

Dan Carpenter Aug. 14, 2024, 9:11 p.m. UTC
Fix a couple off by ones, and a minor style nit.

Dan Carpenter (3):
  crypto: spacc - Fix bounds checking on spacc->job[]
  crypto: spacc - Fix off by one in spacc_isenabled()
  crypto: spacc - Add a new line in spacc_open()

 drivers/crypto/dwc-spacc/spacc_core.c | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Comments

Dan Carpenter Aug. 14, 2024, 9:20 p.m. UTC | #1
Sorry the threading was messed up.  I'm writing script to add cover letters but
it had a bug.  Hopefully that was the last bug.

regards,
dan carpenter
Herbert Xu Aug. 24, 2024, 1:50 p.m. UTC | #2
On Thu, Aug 15, 2024 at 12:11:46AM +0300, Dan Carpenter wrote:
> Fix a couple off by ones, and a minor style nit.
> 
> Dan Carpenter (3):
>   crypto: spacc - Fix bounds checking on spacc->job[]
>   crypto: spacc - Fix off by one in spacc_isenabled()
>   crypto: spacc - Add a new line in spacc_open()
> 
>  drivers/crypto/dwc-spacc/spacc_core.c | 13 +++++++------
>  1 file changed, 7 insertions(+), 6 deletions(-)
> 
> -- 
> 2.43.0

All applied.  Thanks.