linux/drivers/nfc/nfcmrvl
Krzysztof Kozlowski a58224040f nfc: mrvl: remove useless "continue" at end of loop
The "continue" statement at the end of a for loop does not have an
effect.  Entire loop contents can be slightly simplified to increase
code readability.  No functional change.

Suggested-by: Joe Perches <joe@perches.com>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-06-03 13:59:08 -07:00
..
fw_dnld.c nfc: mrvl: correct minor coding style violations 2021-05-31 21:32:30 -07:00
fw_dnld.h nfc: mrvl: use SPDX-License-Identifier 2021-05-31 21:31:09 -07:00
i2c.c nfc: mrvl: use SPDX-License-Identifier 2021-05-31 21:31:09 -07:00
Kconfig nfc: Fix Kconfig indentation 2019-11-20 12:30:40 -08:00
main.c nfc: mrvl: use SPDX-License-Identifier 2021-05-31 21:31:09 -07:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
nfcmrvl.h nfc: mrvl: correct minor coding style violations 2021-05-31 21:32:30 -07:00
spi.c nfc: mrvl: use SPDX-License-Identifier 2021-05-31 21:31:09 -07:00
uart.c nfc: mrvl: simplify with module_driver 2021-05-31 21:32:37 -07:00
usb.c nfc: mrvl: remove useless "continue" at end of loop 2021-06-03 13:59:08 -07:00