Re: [PATCH] tpm: Fix typo in tpmrm class definition

2023-09-12 Thread Justin Forbes
t. Seems I had suppress-blank-empty = true in a config file somewhere. Apologies for wasting your time. Justin > $ git-tip > 0bb80ecc33a8 (HEAD -> next, tag: v6.6-rc1, upstream/master, origin/next) > Linux 6.6-rc1 > > $ b4 am 20230911223238.3495955-1-jfor...@fedoraproject

Re: [PATCH] tpm: Fix typo in tpmrm class definition

2023-09-12 Thread Jarkko Sakkinen
; > > -- > 2.41.0 Unfortunately your patch does not apply: $ git-tip 0bb80ecc33a8 (HEAD -> next, tag: v6.6-rc1, upstream/master, origin/next) Linux 6.6-rc1 $ b4 am 20230911223238.3495955-1-jfor...@fedoraproject.org Analyzing 1 messages in the thread Checking attestation on al

[PATCH] tpm: Fix typo in tpmrm class definition

2023-09-11 Thread Justin M. Forbes
Commit d2e8071bed0be ("tpm: make all 'class' structures const") unfortunately had a typo for the name on tpmrm. Fixes: d2e8071bed0b ("tpm: make all 'class' structures const") Signed-off-by: Justin M. Forbes --- drivers/char/tpm/tpm-chip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di