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

mfd: da903x: Fix white space and split string issues

While we're at it, let's also match the MODULE_LICENSE with the header.

WARNING: please, no space before tabs
+ * ^IMike Rapoport <mike@compulab.co.il>$

WARNING: please, no space before tabs
+ * ^IEric Miao <eric.miao@marvell.com>$

WARNING: quoted string split across lines
+MODULE_AUTHOR("Eric Miao <eric.miao@marvell.com>"
+ "Mike Rapoport <mike@compulab.co.il>");

total: 0 errors, 3 warnings, 574 lines checked

Cc: Support Opensource <support.opensource@diasemi.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

Lee Jones 8b277578 740c1989

+5 -5
+5 -5
drivers/mfd/da903x.c
··· 2 2 * Base driver for Dialog Semiconductor DA9030/DA9034 3 3 * 4 4 * Copyright (C) 2008 Compulab, Ltd. 5 - * Mike Rapoport <mike@compulab.co.il> 5 + * Mike Rapoport <mike@compulab.co.il> 6 6 * 7 7 * Copyright (C) 2006-2008 Marvell International Ltd. 8 - * Eric Miao <eric.miao@marvell.com> 8 + * Eric Miao <eric.miao@marvell.com> 9 9 * 10 10 * This program is free software; you can redistribute it and/or modify 11 11 * it under the terms of the GNU General Public License version 2 as ··· 565 565 module_exit(da903x_exit); 566 566 567 567 MODULE_DESCRIPTION("PMIC Driver for Dialog Semiconductor DA9034"); 568 - MODULE_AUTHOR("Eric Miao <eric.miao@marvell.com>" 569 - "Mike Rapoport <mike@compulab.co.il>"); 570 - MODULE_LICENSE("GPL"); 568 + MODULE_AUTHOR("Eric Miao <eric.miao@marvell.com>"); 569 + MODULE_AUTHOR("Mike Rapoport <mike@compulab.co.il>"); 570 + MODULE_LICENSE("GPL v2");