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

Commit 4630adb8 authored by Cristina Moraru's avatar Cristina Moraru Committed by Jonathan Cameron
Browse files

iio: hmc5843: Fix comment style warnings



Fix comment style warnings in order to comply with Coding Style
standard provided by Documentation/CodingStyle.

This patch solves following issue found with checkpatch:
WARNING: Block comments use a trailing */ on a separate line

Signed-off-by: default avatarCristina Moraru <cristina.moraru09@gmail.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent c099225f
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -7,8 +7,7 @@
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 *
 * */
 */

#ifndef HMC5843_CORE_H
#define HMC5843_CORE_H
@@ -38,7 +37,7 @@ enum hmc5843_ids {
 * @regmap:		hardware access register maps
 * @variant:		describe chip variants
 * @buffer:		3x 16-bit channels + padding + 64-bit timestamp
 **/
 */
struct hmc5843_data {
	struct device *dev;
	struct mutex lock;
+1 −2
Original line number Diff line number Diff line
@@ -7,8 +7,7 @@
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 *
 * */
 */

#include <linux/module.h>
#include <linux/i2c.h>
+1 −2
Original line number Diff line number Diff line
@@ -6,8 +6,7 @@
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 *
 * */
 */

#include <linux/module.h>
#include <linux/spi/spi.h>