Message ID | 20221026191616.9169-1-anirudh.venkataramanan@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Printing improvements for tcrypt | expand |
On Wed, Oct 26, 2022 at 12:16:12PM -0700, Anirudh Venkataramanan wrote: > The text tcrypt prints to dmesg is a bit inconsistent. This makes it > difficult to process tcrypt results using scripts. This little series > makes the prints more consistent. > > Changes v1 -> v2: Rebase to tag v6.1-p2, resolve conflict in patch 2/4 > > Anirudh Venkataramanan (4): > crypto: tcrypt - Use pr_cont to print test results > crypto: tcrypt - Use pr_info/pr_err > crypto: tcrypt - Drop module name from print string > crypto: tcrypt - Drop leading newlines from prints > > crypto/tcrypt.c | 31 +++++++++++++++---------------- > 1 file changed, 15 insertions(+), 16 deletions(-) > > -- > 2.37.2 All applied. Thanks.