Skip to content

ftrace: Fix parsing textual traces with no trailing line

Darryl Green requested to merge github/fork/bjackman/master into master

Created by: bjackman

We currently strip off the last character under the assumption that it is a '\n'. However it isn't always. So use rstrip to do that instead.

Merge request reports