mbox series

[net-next,V2,0/2] Fixing compilation warnings and errors

Message ID 20200601174159.9900-1-ayush.sawal@chelsio.com
Headers show
Series Fixing compilation warnings and errors | expand

Message

Ayush Sawal June 1, 2020, 5:41 p.m. UTC
Patch 1: Fixes the warnings seen when compiling using sparse tool.

Patch 2: Fixes a cocci check error introduced after commit
567be3a5d227 ("crypto: chelsio -
Use multiple txq/rxq per tfm to process the requests").

V1->V2

patch1: Avoid type casting by using get_unaligned_be32() and
    	put_unaligned_be16/32() functions.

patch2: Modified subject of the patch.


Ayush Sawal (2):
  Crypto/chcr: Fixes compilations warnings
  Crypto/chcr: Fixes a coccinile check error

 drivers/crypto/chelsio/chcr_algo.c  | 11 +++++------
 drivers/crypto/chelsio/chcr_ipsec.c |  2 +-
 2 files changed, 6 insertions(+), 7 deletions(-)

Comments

David Miller June 1, 2020, 10:50 p.m. UTC | #1
From: Ayush Sawal <ayush.sawal@chelsio.com>
Date: Mon,  1 Jun 2020 23:11:57 +0530

> Patch 1: Fixes the warnings seen when compiling using sparse tool.
> 
> Patch 2: Fixes a cocci check error introduced after commit
> 567be3a5d227 ("crypto: chelsio -
> Use multiple txq/rxq per tfm to process the requests").
> 
> V1->V2
> 
> patch1: Avoid type casting by using get_unaligned_be32() and
>     	put_unaligned_be16/32() functions.
> 
> patch2: Modified subject of the patch.

Series applied.