Module Name: src
Committed By: jakllsch
Date: Sun Jan 22 17:40:06 UTC 2017
Modified Files:
src/sys/arch/arm/nvidia: tegra124_carreg.h
Log Message:
Whitespace adjustment.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/nvidia/tegra124_carreg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/nvidia/tegra124_carreg.h
diff -u src/sys/arch/arm/nvidia/tegra124_carreg.h:1.4 src/sys/arch/arm/nvidia/tegra124_carreg.h:1.5
--- src/sys/arch/arm/nvidia/tegra124_carreg.h:1.4 Sun Jan 22 17:39:18 2017
+++ src/sys/arch/arm/nvidia/tegra124_carreg.h Sun Jan 22 17:40:06 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: tegra124_carreg.h,v 1.4 2017/01/22 17:39:18 jakllsch Exp $ */
+/* $NetBSD: tegra124_carreg.h,v 1.5 2017/01/22 17:40:06 jakllsch Exp $ */
/*-
* Copyright (c) 2015 Jared D. McNeill <[email protected]>
@@ -473,7 +473,7 @@
#define CAR_UTMIP_PLL_CFG1_ENABLE_DLY_COUNT __BITS(31,27)
#define CAR_UTMIP_PLL_CFG1_PLLU_POWERUP __BIT(17)
#define CAR_UTMIP_PLL_CFG1_PLLU_POWERDOWN __BIT(16)
-#define CAR_UTMIP_PLL_CFG1_PLL_ENABLE_POWERUP __BIT(15)
+#define CAR_UTMIP_PLL_CFG1_PLL_ENABLE_POWERUP __BIT(15)
#define CAR_UTMIP_PLL_CFG1_PLL_ENABLE_POWERDOWN __BIT(14)
#define CAR_UTMIP_PLL_CFG1_XTAL_FREQ_COUNT __BITS(11,0)