Message ID | 20240115050504.30980-1-rdunlap@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | coresight: etm3x: add a kernel-doc "blank line" | expand |
On 15/01/2024 05:05, Randy Dunlap wrote: > Change an empty line inside of kernel-doc to a " *" (kernel-doc > blank line) to prevent a kernel-doc warning: > > drivers/hwtracing/coresight/coresight-etm3x-core.c:118: warning: bad line: > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> > Cc: Pratik Patel <pratikp@codeaurora.org> > Cc: Mathieu Poirier <mathieu.poirier@linaro.org> > Cc: Suzuki K Poulose <suzuki.poulose@arm.com> > Cc: Mike Leach <mike.leach@linaro.org> > Cc: James Clark <james.clark@arm.com> > Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> > Cc: coresight@lists.linaro.org > Cc: linux-arm-kernel@lists.infradead.org > --- > drivers/hwtracing/coresight/coresight-etm3x-core.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff -- a/drivers/hwtracing/coresight/coresight-etm3x-core.c b/drivers/hwtracing/coresight/coresight-etm3x-core.c > --- a/drivers/hwtracing/coresight/coresight-etm3x-core.c > +++ b/drivers/hwtracing/coresight/coresight-etm3x-core.c > @@ -115,7 +115,7 @@ static void etm_clr_pwrup(struct etm_drv > * > * Basically the same as @coresight_timeout except for the register access > * method where we have to account for CP14 configurations. > - > + * > * Return: 0 as soon as the bit has taken the desired state or -EAGAIN if > * TIMEOUT_US has elapsed, which ever happens first. > */ Duplicate of https://lore.kernel.org/linux-arm-kernel/20231123120459.287578-3-james.clark@arm.com/ which should appear in coresight-next soon. But either way, thanks for the fix. James
diff -- a/drivers/hwtracing/coresight/coresight-etm3x-core.c b/drivers/hwtracing/coresight/coresight-etm3x-core.c --- a/drivers/hwtracing/coresight/coresight-etm3x-core.c +++ b/drivers/hwtracing/coresight/coresight-etm3x-core.c @@ -115,7 +115,7 @@ static void etm_clr_pwrup(struct etm_drv * * Basically the same as @coresight_timeout except for the register access * method where we have to account for CP14 configurations. - + * * Return: 0 as soon as the bit has taken the desired state or -EAGAIN if * TIMEOUT_US has elapsed, which ever happens first. */
Change an empty line inside of kernel-doc to a " *" (kernel-doc blank line) to prevent a kernel-doc warning: drivers/hwtracing/coresight/coresight-etm3x-core.c:118: warning: bad line: Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Pratik Patel <pratikp@codeaurora.org> Cc: Mathieu Poirier <mathieu.poirier@linaro.org> Cc: Suzuki K Poulose <suzuki.poulose@arm.com> Cc: Mike Leach <mike.leach@linaro.org> Cc: James Clark <james.clark@arm.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: coresight@lists.linaro.org Cc: linux-arm-kernel@lists.infradead.org --- drivers/hwtracing/coresight/coresight-etm3x-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)