]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/resource.c: fix kernel-doc markups
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 16 Dec 2020 04:46:16 +0000 (20:46 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Dec 2020 06:46:18 +0000 (22:46 -0800)
commit2912872770ae028c8ce314e721e12ae3f80df0a8
treed936216a0b40761022dbca56e92942697220fc1a
parentc3406d911639db4ecc3578b91d1590311e2fd647
kernel/resource.c: fix kernel-doc markups

Kernel-doc markups should use this format:
        identifier - description

While here, fix a kernel-doc tag that was using, instead,
a normal comment block.

[akpm@linux-foundation.org: coding style fixes]

Link: https://lkml.kernel.org/r/c5e38e1070f8dbe2f9607a10b44afe2875bd966c.1605521731.git.mchehab+huawei@kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Cc: "Jonathan Corbet" <corbet@lwn.net>
Cc: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/resource.c