Loading arch/mips/kernel/setup.c +1 −1 Original line number Diff line number Diff line Loading @@ -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. * Loading drivers/gpio/gpiolib-acpi.c +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading drivers/gpu/drm/via/via_dmablit.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading drivers/gpu/drm/vmwgfx/vmwgfx_drv.h +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading drivers/media/platform/exynos4-is/fimc-m2m.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
arch/mips/kernel/setup.c +1 −1 Original line number Diff line number Diff line Loading @@ -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. * Loading
drivers/gpio/gpiolib-acpi.c +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading
drivers/gpu/drm/via/via_dmablit.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading
drivers/media/platform/exynos4-is/fimc-m2m.c +1 −1 Original line number Diff line number Diff line Loading @@ -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