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

Configure Feed

Select the types of activity you want to include in your feed.

mfd: rohm-bd71828: Use standard file header format

The MFD subsystem uses C-style comments also in the 'file header'
section. Switch to this for the sake of the consistency. The header
content is not changed.

Suggested-by: Lee Jones <lee@kernel.org>
Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com>
Link: https://patch.msgid.link/3cc6176eee16a7edc75c94d967a1de67be400e97.1765804226.git.mazziesaccount@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Matti Vaittinen and committed by
Lee Jones
ea680634 016e95b1

+5 -4
+5 -4
drivers/mfd/rohm-bd71828.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 - // 3 - // Copyright (C) 2019 ROHM Semiconductors 4 - // 5 - // ROHM BD71828/BD71815 PMIC driver 2 + /* 3 + * Copyright (C) 2019 ROHM Semiconductors 4 + * 5 + * ROHM BD71828/BD71815 PMIC driver 6 + */ 6 7 7 8 #include <linux/gpio_keys.h> 8 9 #include <linux/i2c.h>