net: marvell: clean up trigraph warning on ??! string
authorColin Ian King <colin.king@canonical.com>
Tue, 20 Jul 2021 13:03:11 +0000 (14:03 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Jul 2021 14:24:39 +0000 (07:24 -0700)
commitfa660684e5319a5c37deaf4a329d8026b52d64e7
tree06f1fed09da590090f3112e2522f523cbecc0777
parentd43b239314d1f0e1cda1ed28157fe1646e531465
net: marvell: clean up trigraph warning on ??! string

The character sequence ??! is a trigraph and causes the following
clang warning:

drivers/net/ethernet/marvell/mvneta.c:2604:39: warning: trigraph ignored [-Wtrigraphs]

Clean this by replacing it with single ?.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mvneta.c