From 6831ac28dcecc6015d61098c8173261bfbdba280 Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Tue, 1 Sep 2020 21:44:42 +0000 Subject: xilinx: clean up empty lines in .c and .h files --- sys/dev/xilinx/if_xae.c | 1 - sys/dev/xilinx/xlnx_pcib.c | 1 - 2 files changed, 2 deletions(-) (limited to 'sys/dev/xilinx') diff --git a/sys/dev/xilinx/if_xae.c b/sys/dev/xilinx/if_xae.c index 36fdf41b731e..8890a9a04b9e 100644 --- a/sys/dev/xilinx/if_xae.c +++ b/sys/dev/xilinx/if_xae.c @@ -1143,7 +1143,6 @@ static device_method_t xae_methods[] = { DEVMETHOD(miibus_readreg, xae_miibus_read_reg), DEVMETHOD(miibus_writereg, xae_miibus_write_reg), DEVMETHOD(miibus_statchg, xae_miibus_statchg), - { 0, 0 } }; diff --git a/sys/dev/xilinx/xlnx_pcib.c b/sys/dev/xilinx/xlnx_pcib.c index ee809d1f92dd..0e60786e6320 100644 --- a/sys/dev/xilinx/xlnx_pcib.c +++ b/sys/dev/xilinx/xlnx_pcib.c @@ -596,7 +596,6 @@ xlnx_pcib_msi_alloc_msi(device_t dev, device_t child, int count, int maxcount, found = false; for (irq = 0; (irq + count - 1) < XLNX_PCIB_MAX_MSI; irq++) { - /* Assume the range is valid. */ found = true; -- cgit v1.3