checkpatch.pl: Ignore mdelay instead of udelay
authorTom Rini <trini@konsulko.com>
Wed, 27 Aug 2025 18:38:36 +0000 (12:38 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 10 Sep 2025 16:39:24 +0000 (10:39 -0600)
commit320d1d04eb52d5bf450e93a91788c2dcc9594de3
treeb8f7277f0865d7729e0554e6e703b66cf1de8934
parent8c599da5060c2bb4c085a7d92794c8134f61ef25
checkpatch.pl: Ignore mdelay instead of udelay

Whereas in Linux, on ARM there is the notion of delay operations and
mdelay and udelay are not the same, here we just have udelay and mdelay
is a trivial wrapper. Tell checkpatch to not complain here.

Reported-by: Bhimeswararao Matsa <bhimeswararao.matsa@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
.checkpatch.conf