]> git.proxmox.com Git - mirror_ubuntu-hirsute-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)
commit3be8da570868a7989f1a0c11820ee1413877fa8c
treed936216a0b40761022dbca56e92942697220fc1a
parentabf4e00c7bc69f7b878039ebe57d885e3bdc4fdb
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