Revision 0ddd9f1a6b7e5746b52959f645fc66859b805e88 authored by Eric Biggers on 08 June 2017, 13:49:49 UTC, committed by James Morris on 09 June 2017, 03:29:49 UTC
Accessing a 'u8[4]' through a '__be32 *' violates alignment rules.  Just
make the counter a __be32 instead.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: James Morris <james.l.morris@oracle.com>
1 parent 281590b
Raw File
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top