fs/seq_file.c: seq_read: Update pr_info_ratelimited
authorJoe Perches <joe@perches.com>
Thu, 4 Jun 2020 23:51:02 +0000 (16:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Jun 2020 02:06:25 +0000 (19:06 -0700)
commita3963015787d0a3bd9c2d91b62de5ca70413dc3b
tree961df79ee3f4da303034f370de57defcbb51c8e8
parent898310032b96c198014a8bbace0fd26259b2db77
fs/seq_file.c: seq_read: Update pr_info_ratelimited

Use a more common logging style.

Add and use pr_fmt, coalesce the format string, align arguments,
use better grammar.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Vasily Averin <vvs@virtuozzo.com>
Link: http://lkml.kernel.org/r/96ff603230ca1bd60034c36519be3930c3a3a226.camel@perches.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/seq_file.c