From: Bartosz Golaszewski Date: Fri, 21 Sep 2018 13:40:23 +0000 (-0700) Subject: nvmem: fix commenting style X-Git-Tag: v4.20-rc1~107^2~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48f63a2c108a7d88562229f14124e464c6a40cb4;p=thirdparty%2Fkernel%2Flinux.git nvmem: fix commenting style Remove a redundant '*/' as pointed out by checkpatch. Signed-off-by: Bartosz Golaszewski Signed-off-by: Srinivas Kandagatla Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/nvmem/core.c b/drivers/nvmem/core.c index ff21402fbd7db..e44a1860a2b37 100644 --- a/drivers/nvmem/core.c +++ b/drivers/nvmem/core.c @@ -1374,7 +1374,7 @@ EXPORT_SYMBOL_GPL(nvmem_device_cell_read); * @buf: buffer to be written to cell. * * Return: length of bytes written or negative error code on failure. - * */ + */ int nvmem_device_cell_write(struct nvmem_device *nvmem, struct nvmem_cell_info *info, void *buf) { @@ -1430,7 +1430,7 @@ EXPORT_SYMBOL_GPL(nvmem_device_read); * @buf: buffer to be written. * * Return: length of bytes written or negative error code on failure. - * */ + */ int nvmem_device_write(struct nvmem_device *nvmem, unsigned int offset, size_t bytes, void *buf)