diff mbox

[U-Boot,4/5] common: cmd_ethsw: Spelling fixes

Message ID 1450185666-6069-5-git-send-email-codrin.ciubotariu@freescale.com
State Accepted
Commit bf9f2ed83b16c6d037609278f66dbf54f40b1903
Delegated to: Joe Hershberger
Headers show

Commit Message

Codrin Ciubotariu Dec. 15, 2015, 1:21 p.m. UTC
Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@freescale.com>
---
 common/cmd_ethsw.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Joe Hershberger Dec. 15, 2015, 4:20 p.m. UTC | #1
Hi Codrin,

On Tue, Dec 15, 2015 at 7:21 AM, Codrin Ciubotariu
<codrin.ciubotariu@freescale.com> wrote:
> Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@freescale.com>

Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Joe Hershberger Jan. 29, 2016, 9:26 p.m. UTC | #2
Hi Codrin,

https://patchwork.ozlabs.org/patch/556954/ was applied to u-boot-net.git.

Thanks!
-Joe
diff mbox

Patch

diff --git a/common/cmd_ethsw.c b/common/cmd_ethsw.c
index 8e452e9..a5ed555 100644
--- a/common/cmd_ethsw.c
+++ b/common/cmd_ethsw.c
@@ -71,7 +71,7 @@  static int ethsw_vlan_help_key_func(struct ethsw_command_def *parsed_cmd)
 
 #define ETHSW_PORT_UNTAG_HELP "ethsw [port <port_no>] untagged " \
 "{ [help] | show | all | none | pvid } " \
-" - set egress tagging mod for a port"
+" - set egress tagging mode for a port"
 
 static int ethsw_port_untag_help_key_func(struct ethsw_command_def *parsed_cmd)
 {
@@ -1010,7 +1010,7 @@  static int do_ethsw(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 }
 
 #define ETHSW_PORT_CONF_HELP "[port <port_no>] { enable | disable | show } " \
-"- enable/disable a port; show shows a port's configuration"
+"- enable/disable a port; show a port's configuration"
 
 U_BOOT_CMD(ethsw, ETHSW_MAX_CMD_PARAMS, 0, do_ethsw,
 	   "Ethernet l2 switch commands",