ftrace: Write in missing comment from a very old commit
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Wed, 7 May 2014 19:06:14 +0000 (15:06 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 14 May 2014 15:37:27 +0000 (11:37 -0400)
commit19eab4a472cfe4a3ae51cff1711d795e3f9bb564
treea264bc0d172af2f9c425ba676afd47cce46ecb3d
parent66209a5bd4825e8890bfb65d48efa8a47c647fea
ftrace: Write in missing comment from a very old commit

Back in 2011 Commit ed926f9b35cda "ftrace: Use counters to enable
functions to trace" changed the way ftrace accounts for enabled
and disabled traced functions. There was a comment started as:

/*
 *
 */

But never finished. Well, that's rather useless. I probably forgot
to save the file before committing it. And it passed review from all
this time.

Anyway, better late than never. I updated the comment to express what
is happening in that somewhat complex code.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/ftrace.c