Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1c05067 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Jiri Kosina
Browse files

treewide: fix typos in comment blocks



Looks like the word "contiguous" is often mistyped.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.com>
parent 6ade9772
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 *
+1 −1
Original line number Diff line number Diff line
@@ -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)
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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)
Loading