Re: [PATCH net-next v6 02/23] zinc: introduce minimal cryptography library
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: 2018-09-25 19:44:08
Also in:
linux-crypto, lkml
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: 2018-09-25 19:44:08
Also in:
linux-crypto, lkml
On Tue, Sep 25, 2018 at 8:33 PM Joe Perches [off-list ref] wrote:
I think the -Dpr_fmt is especially odd and not really acceptable as it not used anywhere else in the kernel.
There are about 2000 cases in the kernel of the same '#define pr_fmt...' being pasted into the top of the file, which seems a bit cumbersome. Rather than having to paste that into each and every file that I pr_err from, why can't I just do this from the makefile, since I want that same pr_fmt to copy the whole directory?