[PATCH 04/15] md-cluster: Improve another size determination in __sendmsg()

2016-10-01 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 1 Oct 2016 12:21:48 +0200 Replace the specification of a data structure by a pointer dereference as the parameter for the operator "sizeof" to make the corresponding size determination a bit safer according to the Linux coding style

[PATCH 04/15] md-cluster: Improve another size determination in __sendmsg()

2016-10-01 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 1 Oct 2016 12:21:48 +0200 Replace the specification of a data structure by a pointer dereference as the parameter for the operator "sizeof" to make the corresponding size determination a bit safer according to the Linux coding style convention. Signed-off-by: