[PATCH v4 2/4] Add fp argument to print functions

2017-10-18 Thread yuzhoujian
This patch will add the fp argument to all the print functions so that they can use different file pointer to print on the screen or dump in the file. Changes since v3: - none Changes since v2: - none Changes since v1: - add the __maybe_unused attribute for the fp argument in all the print

[PATCH v4 2/4] Add fp argument to print functions

2017-10-18 Thread yuzhoujian
This patch will add the fp argument to all the print functions so that they can use different file pointer to print on the screen or dump in the file. Changes since v3: - none Changes since v2: - none Changes since v1: - add the __maybe_unused attribute for the fp argument in all the print