]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/net/sctp/structs.h
net: return operator cleanup
[mirror_ubuntu-artful-kernel.git] / include / net / sctp / structs.h
index f9e7473613bdbb038aad94befb0807040c20b774..69fef4fb79c078e775520fa047b15c92e88f6116 100644 (file)
@@ -847,7 +847,7 @@ void sctp_packet_free(struct sctp_packet *);
 
 static inline int sctp_packet_empty(struct sctp_packet *packet)
 {
-       return (packet->size == packet->overhead);
+       return packet->size == packet->overhead;
 }
 
 /* This represents a remote transport address.