--- batman-adv_master.packet.h 2014-12-31 00:15:01.339296291 +0100 +++ batctl_master.packet.h 2014-12-31 00:15:01.347296824 +0100 @@ -377,7 +377,7 @@ uint8_t reserved:4; uint8_t no:4; #else -#error "unknown bitfield endianness" +#error "unknown bitfield endianess" #endif uint8_t dest[ETH_ALEN]; uint8_t orig[ETH_ALEN]; @@ -453,7 +453,7 @@ * @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 boundary + * @align: 2 bytes to align the header to a 4 byte boundry */ struct batadv_unicast_tvlv_packet { uint8_t packet_type;
linux-merge@lists.open-mesh.org