Replace a bunch of (1 << 31) with (1U << 31)
authormiod <miod@openbsd.org>
Tue, 15 Aug 2023 08:27:29 +0000 (08:27 +0000)
committermiod <miod@openbsd.org>
Tue, 15 Aug 2023 08:27:29 +0000 (08:27 +0000)
commitdcec61dc62ebe880c77cbce594614d377b20f26c
tree0641e4caa74460a733a14b487ee9e80ee87c98c4
parent087a91564835b6d5e76f6657f47c4e17e9eff07d
Replace a bunch of (1 << 31) with (1U << 31)
18 files changed:
sys/arch/amd64/amd64/vmm_machdep.c
sys/dev/acpi/tpm.c
sys/dev/fdt/amlclock.c
sys/dev/fdt/if_cad.c
sys/dev/fdt/if_dwge.c
sys/dev/fdt/if_dwxe.c
sys/dev/fdt/imxiomuxc.c
sys/dev/fdt/mvpinctrl.c
sys/dev/fdt/sxiccmu.c
sys/dev/ic/ufshcireg.h
sys/dev/pci/if_aq_pci.c
sys/dev/pci/if_mcx.c
sys/dev/pci/igc_regs.h
sys/dev/pci/ixgbe_type.h
sys/dev/usb/dwc2/dwc2_hw.h
sys/dev/usb/if_urereg.h
sys/dev/wscons/wstpad.c
sys/sys/videoio.h