[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211222155816.256405-4-miquel.raynal@bootlin.com>
Date: Wed, 22 Dec 2021 16:58:12 +0100
From: Miquel Raynal <miquel.raynal@...tlin.com>
To: Alexander Aring <alex.aring@...il.com>,
Stefan Schmidt <stefan@...enfreihafen.org>,
linux-wpan@...r.kernel.org
Cc: David Girault <david.girault@...vo.com>,
Romuald Despres <romuald.despres@...vo.com>,
Frederic Blain <frederic.blain@...vo.com>,
Thomas Petazzoni <thomas.petazzoni@...tlin.com>,
netdev@...r.kernel.org, Miquel Raynal <miquel.raynal@...tlin.com>
Subject: [wpan-tools 3/7] iwpan: Fix a comment
There are a couple of words missing, add them to clarify the comment.
Signed-off-by: Miquel Raynal <miquel.raynal@...tlin.com>
---
src/iwpan.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/iwpan.h b/src/iwpan.h
index 860dd37..9d265c6 100644
--- a/src/iwpan.h
+++ b/src/iwpan.h
@@ -43,7 +43,7 @@ struct cmd {
const enum command_identify_by idby;
/* The handler should return a negative error code,
* zero on success, 1 if the arguments were wrong
- * and the usage message should and 2 otherwise.
+ * and the usage message should be displayed, 2 otherwise.
*/
int (*handler)(struct nl802154_state *state,
struct nl_cb *cb,
--
2.27.0
Powered by blists - more mailing lists