freebsd-nq/sys/arm
Dimitry Andric 2d8a0c01e5 Fix the following -Werror warning from clang 10.0.0:
sys/arm/allwinner/clkng/aw_clk_mipi.c:144:6: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation]
                                        m++;
                                        ^
sys/arm/allwinner/clkng/aw_clk_mipi.c:142:5: note: previous statement is here
                                if (best == *fout)
                                ^

Move the increment operations into the for loop headers instead.

Discussed with:	manu
MFC after:	3 days
2020-02-18 17:55:24 +00:00
..
allwinner Fix the following -Werror warning from clang 10.0.0: 2020-02-18 17:55:24 +00:00
altera/socfpga
amlogic/aml8726
annapurna/alpine
arm Kill old armv4 busdma 2020-02-02 08:27:14 +00:00
broadcom/bcm2835 bcm2835_vcbus: unifdef all platform definitions 2020-01-17 21:39:28 +00:00
cloudabi32
conf Move arm back to having one LINT 2020-02-02 08:27:08 +00:00
freescale
include Implement atomic_testandclear_{32,int,long} for 32-bit arm. Also, replace 2020-02-10 00:05:04 +00:00
linux regen linuxulator sysent after r357577 2020-02-05 16:54:16 +00:00
mv Remove armv5 marvell support. 2020-02-02 06:52:04 +00:00
nvidia
qemu
rockchip
samsung/exynos Add KERNEL_PANICKED macro for use in place of direct panicstr tests 2020-01-12 06:07:54 +00:00
ti
versatile Add KERNEL_PANICKED macro for use in place of direct panicstr tests 2020-01-12 06:07:54 +00:00
xilinx zilinx/zy7_qspi: Add a qspi driver for Zynq platforms. 2020-01-19 20:04:44 +00:00