The following commit has been merged in the next branch: commit 59813c22fd716c6b8af77017ec36ddaaea890f9c Author: Sven Eckelmann sven.eckelmann@gmx.de Date: Sun Sep 12 21:35:20 2010 +0000
batctl: checkpatch cleanup of comments
checkpatch now detects the start of a comment and warns about usage of multiple spaces at the beginning of a line. We have to replace the ' ' in multiple lines comments by ' * ' to fix it.
Signed-off-by: Sven Eckelmann sven.eckelmann@gmx.de
diff --git a/packet.h b/packet.h index 44de1bf..2693383 100644 --- a/packet.h +++ b/packet.h @@ -79,7 +79,7 @@ struct icmp_packet { #define BAT_RR_LEN 16
/* icmp_packet_rr must start with all fields from imcp_packet - as this is assumed by code that handles ICMP packets */ + * as this is assumed by code that handles ICMP packets */ struct icmp_packet_rr { uint8_t packet_type; uint8_t version; /* batman version field */