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