]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/sctp/tsnmap.c
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[net-next-2.6.git] / net / sctp / tsnmap.c
index 35c73e82553aeae8f6ab6f282fe17844de9d143a..747d5412c463ee1492f37485bb7bf4e4181e1b4e 100644 (file)
@@ -42,6 +42,7 @@
  * be incorporated into the next SCTP release.
  */
 
+#include <linux/slab.h>
 #include <linux/types.h>
 #include <linux/bitmap.h>
 #include <net/sctp/sctp.h>
@@ -227,7 +228,7 @@ void sctp_tsnmap_skip(struct sctp_tsnmap *map, __u32 tsn)
                 */
                bitmap_zero(map->tsn_map, map->len);
        } else {
-               /* If the gap is smaller then the map size,
+               /* If the gap is smaller than the map size,
                 * shift the map by 'gap' bits and update further.
                 */
                bitmap_shift_right(map->tsn_map, map->tsn_map, gap, map->len);