w1: ds2408: drop kerneldoc annotation
Drop kerneldoc annotation from comment which is not a kerneldoc to fix: w1_ds2408.c:210: warning: This comment starts with '/**', but isn't a kernel-doc comment Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230415104304.104134-1-krzysztof.kozlowski@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
58ecb03fc7
commit
45c85d974f
|
@ -206,7 +206,7 @@ out:
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
/*
|
||||
* Writing to the activity file resets the activity latches.
|
||||
*/
|
||||
static ssize_t activity_write(struct file *filp, struct kobject *kobj,
|
||||
|
|
Loading…
Reference in New Issue