taint: fix kernel-doc
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 16 Oct 2008 05:02:00 +0000 (22:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:32 +0000 (11:21 -0700)
commit6d5cd6effed5f8c958a6c0df56da336f5a4fdb8a
tree6db9fa3aa569a59e633ed4bf39ebb21328b097af
parent2223c65103d2aa8d0e9c48a956035a1e0353233d
taint: fix kernel-doc

Move print_tainted() kernel-doc to avoid the following error:

Error(/var/linsrc/mmotm-2008-1002-1617//kernel/panic.c:155): cannot understand prototype: 'struct tnt '

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Andi Kleen <andi@firstfloor.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/panic.c