Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[pandora-kernel.git] / net / sctp / output.c
index bcc4590..b4f3cf0 100644 (file)
@@ -41,6 +41,8 @@
  * be incorporated into the next SCTP release.
  */
 
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+
 #include <linux/types.h>
 #include <linux/kernel.h>
 #include <linux/wait.h>
@@ -508,7 +510,7 @@ int sctp_packet_transmit(struct sctp_packet *packet)
                sh->checksum = sctp_end_cksum(crc32);
        } else {
                if (dst->dev->features & NETIF_F_SCTP_CSUM) {
-                       /* no need to seed psuedo checksum for SCTP */
+                       /* no need to seed pseudo checksum for SCTP */
                        nskb->ip_summed = CHECKSUM_PARTIAL;
                        nskb->csum_start = (skb_transport_header(nskb) -
                                            nskb->head);