]> git.baikalelectronics.ru Git - kernel.git/commit
caif: Fix bitmap data type in "struct caifsock"
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Wed, 20 Jul 2022 19:49:46 +0000 (21:49 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 Jul 2022 11:51:45 +0000 (12:51 +0100)
commit80e73db2c77a6eebe0479fb50ad5d5a87e455fbb
tree287d26cb99370864b9a61665f4afb773db25f36e
parent98b39bc18f799ef884c1301d1f4c2c3f0666c42f
caif: Fix bitmap data type in "struct caifsock"

Bitmap are "unsigned long", so use it instead of a "u32" to make things
more explicit.

While at it, remove some useless cast (and leading spaces) when using the
bitmap API.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/caif/caif_socket.c