[next] batctl: fix misspelled words

Message ID 1420798937-28761-1-git-send-email-antonio@meshcoding.com (mailing list archive)
State Accepted, archived
Commit 19ddb13b92a7a1670824c39ff789bbc4996e058d
Headers

Commit Message

Antonio Quartulli Jan. 9, 2015, 10:22 a.m. UTC
  Reported-by: checkpatch
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
---
 packet.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Marek Lindner Jan. 11, 2015, 10:23 a.m. UTC | #1
On Friday 09 January 2015 11:22:17 Antonio Quartulli wrote:
> Reported-by: checkpatch
> Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
> ---
>  packet.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied in revision 19ddb13.

Thanks,
Marek
  

Patch

diff --git a/packet.h b/packet.h
index facd1fe..b81fbbf 100644
--- a/packet.h
+++ b/packet.h
@@ -377,7 +377,7 @@  struct batadv_frag_packet {
 	uint8_t reserved:4;
 	uint8_t no:4;
 #else
-#error "unknown bitfield endianess"
+#error "unknown bitfield endianness"
 #endif
 	uint8_t dest[ETH_ALEN];
 	uint8_t orig[ETH_ALEN];
@@ -453,7 +453,7 @@  struct batadv_coded_packet {
  * @src: address of the source
  * @dst: address of the destination
  * @tvlv_len: length of tvlv data following the unicast tvlv header
- * @align: 2 bytes to align the header to a 4 byte boundry
+ * @align: 2 bytes to align the header to a 4 byte boundary
  */
 struct batadv_unicast_tvlv_packet {
 	uint8_t  packet_type;