treewide: fix typos in comment blocks
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 7 Jul 2015 01:14:59 +0000 (10:14 +0900)
committerJiri Kosina <jkosina@suse.com>
Fri, 7 Aug 2015 12:46:24 +0000 (14:46 +0200)
Looks like the word "contiguous" is often mistyped.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
12 files changed:
arch/mips/kernel/setup.c
drivers/gpio/gpiolib-acpi.c
drivers/gpu/drm/via/via_dmablit.c
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
drivers/media/platform/exynos4-is/fimc-m2m.c
drivers/media/v4l2-core/videobuf2-memops.c
drivers/net/ethernet/amd/xgbe/xgbe.h
drivers/net/wireless/ath/ath6kl/wmi.c
drivers/usb/gadget/udc/bdc/bdc.h
fs/ocfs2/ocfs2_fs.h
include/media/videobuf-core.h
mm/nommu.c

index 008b3378653a004b5cd2890445b6d23c250ca1f5..35b8316002f8420d863696cdf31255d1311ead4b 100644 (file)
@@ -476,7 +476,7 @@ static void __init bootmem_init(void)
  *  o bootmem_init()
  *  o sparse_init()
  *  o paging_init()
- *  o dma_continguous_reserve()
+ *  o dma_contiguous_reserve()
  *
  * At this stage the bootmem allocator is ready to use.
  *
index 533fe5dbe6f8e8108ac6c0b36656a9bba2f137ea..143a9bdbaa53e1ba056a02549e521ccd6efc2220 100644 (file)
@@ -68,7 +68,7 @@ static int acpi_gpiochip_find(struct gpio_chip *gc, void *data)
  * GPIO controller driver.
  *
  * Typically the returned offset is same as @pin, but if the GPIO
- * controller uses pin controller and the mapping is not contigous the
+ * controller uses pin controller and the mapping is not contiguous the
  * offset might be different.
  */
 static int acpi_gpiochip_pin_to_gpio_offset(struct gpio_chip *chip, int pin)
index ba33cf679180498a4ecd29260c16ee0570d2f480..d0cbd5ecd7f0fa4893ff7e775613f3f7e55090f0 100644 (file)
@@ -260,7 +260,7 @@ via_lock_all_dma_pages(drm_via_sg_info_t *vsg,  drm_via_dmablit_t *xfer)
 /*
  * Allocate DMA capable memory for the blit descriptor chain, and an array that keeps track of the
  * pages we allocate. We don't want to use kmalloc for the descriptor chain because it may be
- * quite large for some blits, and pages don't need to be contingous.
+ * quite large for some blits, and pages don't need to be contiguous.
  */
 
 static int
index d26a6daa9719a23542cb8c575691f1d63851dba4..0336d49e3d4c29da8fbe4c403bb68680e5afd4f6 100644 (file)
@@ -227,7 +227,7 @@ enum vmw_dma_map_mode {
  * device-specific information.
  *
  * @sgt: Pointer to a struct sg_table with binding information
- * @num_regions: Number of regions with device-address contigous pages
+ * @num_regions: Number of regions with device-address contiguous pages
  */
 struct vmw_sg_table {
        enum vmw_dma_map_mode mode;
index 0ad1b6f84a27d77c8d77ce8b789591729db59a67..d2bfe7c2a6b4a1c895bb6d9d6ab87015c2a77dbe 100644 (file)
@@ -188,7 +188,7 @@ static int fimc_queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt,
        if (IS_ERR(f))
                return PTR_ERR(f);
        /*
-        * Return number of non-contigous planes (plane buffers)
+        * Return number of non-contiguous planes (plane buffers)
         * depending on the configured color format.
         */
        if (!f->fmt)
index 81c1ad8b2cf1eb9582443273c427720be71b04d7..0d49b7951f84a55a0d996ba90412b49ec249762c 100644 (file)
@@ -125,7 +125,7 @@ int vb2_get_contig_userptr(unsigned long vaddr, unsigned long size,
        }
 
        /*
-        * Memory is contigous, lock vma and return to the caller
+        * Memory is contiguous, lock vma and return to the caller
         */
        *res_vma = vb2_get_vma(vma);
        if (*res_vma == NULL)
index 717ce21b60776b1e5162833a83aefa1fa95081b1..8c9d01ef730d7eba47aede2bbc62d6292fb67e6f 100644 (file)
 
 #define XGBE_TX_MAX_BUF_SIZE   (0x3fff & ~(64 - 1))
 
-/* Descriptors required for maximum contigous TSO/GSO packet */
+/* Descriptors required for maximum contiguous TSO/GSO packet */
 #define XGBE_TX_MAX_SPLIT      ((GSO_MAX_SIZE / XGBE_TX_MAX_BUF_SIZE) + 1)
 
 /* Maximum possible descriptors needed for an SKB:
index b921005ad7eef7bb9ab25dedadf6c50f7ad85d26..a5e1de75a4a3d1517ef25e9ac77591c8adee31f3 100644 (file)
@@ -154,7 +154,7 @@ struct ath6kl_vif *ath6kl_get_vif_by_index(struct ath6kl *ar, u8 if_idx)
 }
 
 /*  Performs DIX to 802.3 encapsulation for transmit packets.
- *  Assumes the entire DIX header is contigous and that there is
+ *  Assumes the entire DIX header is contiguous and that there is
  *  enough room in the buffer for a 802.3 mac header and LLC+SNAP headers.
  */
 int ath6kl_wmi_dix_2_dot3(struct wmi *wmi, struct sk_buff *skb)
@@ -449,7 +449,7 @@ int ath6kl_wmi_dot11_hdr_remove(struct wmi *wmi, struct sk_buff *skb)
 
 /*
  * Performs 802.3 to DIX encapsulation for received packets.
- * Assumes the entire 802.3 header is contigous.
+ * Assumes the entire 802.3 header is contiguous.
  */
 int ath6kl_wmi_dot3_2_dix(struct sk_buff *skb)
 {
index dc18a20bf040202d2afc65ce96082f94b9a8fc19..916d47135cac2d5a511679b0d8b2c3933f041ffe 100644 (file)
@@ -290,7 +290,7 @@ struct bdc_sr {
        __le32 offset[4];
 };
 
-/* bd_table: contigous bd's in a table */
+/* bd_table: contiguous bd's in a table */
 struct bd_table {
        struct bdc_bd *start_bd;
        /* dma address of start bd of table*/
index db64ce2d4667be86ca27aecc304c1125667906f6..540ab5b75dbb057b99f5d879edb703c4b18afe9c 100644 (file)
 /* Refcount tree support */
 #define OCFS2_FEATURE_INCOMPAT_REFCOUNT_TREE   0x1000
 
-/* Discontigous block groups */
+/* Discontiguous block groups */
 #define OCFS2_FEATURE_INCOMPAT_DISCONTIG_BG    0x2000
 
 /*
@@ -939,7 +939,7 @@ struct ocfs2_group_desc
                        /*
                         * Block groups may be discontiguous when
                         * OCFS2_FEATURE_INCOMPAT_DISCONTIG_BG is set.
-                        * The extents of a discontigous block group are
+                        * The extents of a discontiguous block group are
                         * stored in bg_list.  It is a flat list.
                         * l_tree_depth must always be zero.  A
                         * discontiguous group is signified by a non-zero
index 8c6e825940e59c0258f9e37cf685dddd750a64ce..d760aa73ebbbd556502d444a708cefefff92386a 100644 (file)
@@ -37,7 +37,7 @@ struct videobuf_queue;
  *
  * about the mmap helpers (videobuf_mmap_*):
  *
- * The mmaper function allows to map any subset of contingous buffers.
+ * The mmaper function allows to map any subset of contiguous buffers.
  * This includes one mmap() call for all buffers (which the original
  * video4linux API uses) as well as one mmap() for every single buffer
  * (which v4l2 uses).
index 58ea3643b9e9968a723f498d7df55b34c51a179e..0b34f4033cb606ac21838278324cbd4f68e89f65 100644 (file)
@@ -324,12 +324,12 @@ long vwrite(char *buf, char *addr, unsigned long count)
 }
 
 /*
- *     vmalloc  -  allocate virtually continguos memory
+ *     vmalloc  -  allocate virtually contiguous memory
  *
  *     @size:          allocation size
  *
  *     Allocate enough pages to cover @size from the page level
- *     allocator and map them into continguos kernel virtual space.
+ *     allocator and map them into contiguous kernel virtual space.
  *
  *     For tight control over page level allocator and protection flags
  *     use __vmalloc() instead.
@@ -341,12 +341,12 @@ void *vmalloc(unsigned long size)
 EXPORT_SYMBOL(vmalloc);
 
 /*
- *     vzalloc - allocate virtually continguos memory with zero fill
+ *     vzalloc - allocate virtually contiguous memory with zero fill
  *
  *     @size:          allocation size
  *
  *     Allocate enough pages to cover @size from the page level
- *     allocator and map them into continguos kernel virtual space.
+ *     allocator and map them into contiguous kernel virtual space.
  *     The memory allocated is set to zero.
  *
  *     For tight control over page level allocator and protection flags
@@ -420,7 +420,7 @@ void *vmalloc_exec(unsigned long size)
  *     @size:          allocation size
  *
  *     Allocate enough 32bit PA addressable pages to cover @size from the
- *     page level allocator and map them into continguos kernel virtual space.
+ *     page level allocator and map them into contiguous kernel virtual space.
  */
 void *vmalloc_32(unsigned long size)
 {