diff mbox series

[2/2] net: dhcp6: Fix VCI string

Message ID 20230518193541.69606-3-seanedmond@linux.microsoft.com
State Accepted
Commit 2f7c7159ea4c0e5c2aa7671c5b5a2889d0abe7ce
Delegated to: Ramon Fried
Headers show
Series *** minor fixes in DHCP6 *** | expand

Commit Message

Sean Edmond May 18, 2023, 7:35 p.m. UTC
From: Sean Edmond <seanedmond@microsoft.com>

Change VCI string from "U-boot" to "U-Boot".

Signed-off-by: Sean Edmond <seanedmond@microsoft.com>
---
 net/dhcpv6.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ramon Fried June 10, 2023, 10:44 a.m. UTC | #1
On Thu, May 18, 2023 at 10:35 PM <seanedmond@linux.microsoft.com> wrote:
>
> From: Sean Edmond <seanedmond@microsoft.com>
>
> Change VCI string from "U-boot" to "U-Boot".
>
> Signed-off-by: Sean Edmond <seanedmond@microsoft.com>
> ---
>  net/dhcpv6.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/dhcpv6.h b/net/dhcpv6.h
> index 80ca520432..65c8e4c71d 100644
> --- a/net/dhcpv6.h
> +++ b/net/dhcpv6.h
> @@ -38,7 +38,7 @@
>  #define DUID_MAX_SIZE          DUID_LL_SIZE /* only supports DUID-LL currently */
>
>  /* vendor-class-data to send in vendor clas option */
> -#define DHCP6_VCI_STRING       "U-boot"
> +#define DHCP6_VCI_STRING       "U-Boot"
>
>  #define DHCP6_MULTICAST_ADDR   "ff02::1:2"     /* DHCP multicast address */
>
> --
> 2.40.0
>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Tom Rini June 14, 2023, 7:51 p.m. UTC | #2
On Thu, May 18, 2023 at 12:35:41PM -0700, seanedmond@linux.microsoft.com wrote:

> From: Sean Edmond <seanedmond@microsoft.com>
> 
> Change VCI string from "U-boot" to "U-Boot".
> 
> Signed-off-by: Sean Edmond <seanedmond@microsoft.com>
> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/net/dhcpv6.h b/net/dhcpv6.h
index 80ca520432..65c8e4c71d 100644
--- a/net/dhcpv6.h
+++ b/net/dhcpv6.h
@@ -38,7 +38,7 @@ 
 #define DUID_MAX_SIZE		DUID_LL_SIZE /* only supports DUID-LL currently */
 
 /* vendor-class-data to send in vendor clas option */
-#define DHCP6_VCI_STRING	"U-boot"
+#define DHCP6_VCI_STRING	"U-Boot"
 
 #define DHCP6_MULTICAST_ADDR	"ff02::1:2"	/* DHCP multicast address */