Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers: base: dma-mapping: Erase blank space after pointer

This patch fixes the following checkpatch.pl error:
ERROR: "foo * bar" should be "foo *bar"

Signed-off-by: Marius Cristian Eseanu <eseanu.cristian@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Marius Cristian Eseanu and committed by
Greg Kroah-Hartman
6d42d79e d34898de

+1 -1
+1 -1
drivers/base/dma-mapping.c
··· 62 62 * RETURNS: 63 63 * Pointer to allocated memory on success, NULL on failure. 64 64 */ 65 - void * dmam_alloc_coherent(struct device *dev, size_t size, 65 + void *dmam_alloc_coherent(struct device *dev, size_t size, 66 66 dma_addr_t *dma_handle, gfp_t gfp) 67 67 { 68 68 struct dma_devres *dr;