> On Jun 1, 2024, at 9:57 AM, Akhil Goyal <gak...@marvell.com> wrote: > > Caution: This message originated from an External Source. Use proper caution > when opening attachments, clicking links, or responding. > > >> Subject: [EXTERNAL] [PATCH v2 3/9] crypto/ionic: add device commands >> >> This defines the device (register-based) commands. They are used for >> device identification, setup, and teardown. >> >> Signed-off-by: Andrew Boyer <andrew.bo...@amd.com> >> --- >> drivers/crypto/ionic/ionic_crypto.h | 24 ++ >> drivers/crypto/ionic/ionic_crypto_cmds.c | 348 +++++++++++++++++++++++ >> drivers/crypto/ionic/ionic_crypto_main.c | 89 +++++- >> drivers/crypto/ionic/meson.build | 1 + >> 4 files changed, 461 insertions(+), 1 deletion(-) >> create mode 100644 drivers/crypto/ionic/ionic_crypto_cmds.c >> > > Fix _coding style issues_ > > > Warning in drivers/crypto/ionic/ionic_crypto_cmds.c: > Using %l format, prefer %PRI*64 if type is [u]int64_t >
"if type is [u]int64_t" But it isn't. It's unsigned long. -Andrew