All of lore.kernel.org
 help / color / mirror / Atom feed
From: E Shattow <e@freeshell.de>
To: U-Boot Mailing List <u-boot@lists.denx.de>,
	Tom Rini <trini@konsulko.com>
Cc: E Shattow <e@freeshell.de>
Subject: [PATCH v1 7/7] include: use lowercase hex prefix style
Date: Fri,  6 Jun 2025 15:45:02 -0700	[thread overview]
Message-ID: <20250606224558.1117422-8-e@freeshell.de> (raw)
In-Reply-To: <20250606224558.1117422-1-e@freeshell.de>

Use consistent lowercase hex prefix style in include/*

Signed-off-by: E Shattow <e@freeshell.de>
---
 include/fsl_esdhc.h     | 2 +-
 include/fsl_esdhc_imx.h | 2 +-
 include/mc13892.h       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/fsl_esdhc.h b/include/fsl_esdhc.h
index 7ab1460abc6..d1f441e19b5 100644
--- a/include/fsl_esdhc.h
+++ b/include/fsl_esdhc.h
@@ -88,7 +88,7 @@
 #define PRSSTAT_CINS		(0x00010000)
 #define PRSSTAT_BREN		(0x00000800)
 #define PRSSTAT_BWEN		(0x00000400)
-#define PRSSTAT_SDSTB		(0X00000008)
+#define PRSSTAT_SDSTB		(0x00000008)
 #define PRSSTAT_DLA		(0x00000004)
 #define PRSSTAT_CICHB		(0x00000002)
 #define PRSSTAT_CIDHB		(0x00000001)
diff --git a/include/fsl_esdhc_imx.h b/include/fsl_esdhc_imx.h
index 8612b56609e..cd8ed833771 100644
--- a/include/fsl_esdhc_imx.h
+++ b/include/fsl_esdhc_imx.h
@@ -97,7 +97,7 @@
 #define PRSSTAT_BREN		(0x00000800)
 #define PRSSTAT_BWEN		(0x00000400)
 #define PRSSTAT_SDOFF		(0x00000080)
-#define PRSSTAT_SDSTB		(0X00000008)
+#define PRSSTAT_SDSTB		(0x00000008)
 #define PRSSTAT_DLA		(0x00000004)
 #define PRSSTAT_CICHB		(0x00000002)
 #define PRSSTAT_CIDHB		(0x00000001)
diff --git a/include/mc13892.h b/include/mc13892.h
index d9ef53b1e48..a044a4c606d 100644
--- a/include/mc13892.h
+++ b/include/mc13892.h
@@ -161,7 +161,7 @@
 /* SWx Output Volts */
 #define SWX_OUT_MASK	0x1F
 #define SWX_OUT_1_25	0x1A
-#define SWX_OUT_1_30    0X1C
+#define SWX_OUT_1_30    0x1C
 
 /* Buck Switchers (SW1,2,3,4) Output Voltage */
 /*
-- 
2.49.0


  parent reply	other threads:[~2025-06-06 22:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-06 22:44 [PATCH v1 0/7] Hex value prefix case cleanup E Shattow
2025-06-06 22:44 ` [PATCH v1 1/7] configs: use lowercase hex prefix style E Shattow
2025-06-06 22:44 ` [PATCH v1 2/7] board: " E Shattow
2025-06-06 22:44 ` [PATCH v1 3/7] drivers: " E Shattow
2025-06-16  8:20   ` Patrick DELAUNAY
2025-06-06 22:44 ` [PATCH v1 4/7] tools: " E Shattow
2025-06-06 22:45 ` [PATCH v1 5/7] lib: " E Shattow
2025-06-06 22:45 ` [PATCH v1 6/7] arch: " E Shattow
2025-06-06 22:45 ` E Shattow [this message]
2025-06-14 17:44 ` [PATCH v1 0/7] Hex value prefix case cleanup Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250606224558.1117422-8-e@freeshell.de \
    --to=e@freeshell.de \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.