]> www.infradead.org Git - users/willy/xarray.git/commit
ionic: fix potential irq name truncation
authorShannon Nelson <shannon.nelson@amd.com>
Wed, 29 May 2024 00:02:53 +0000 (17:02 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 31 May 2024 01:10:34 +0000 (18:10 -0700)
commit3eb76e71b16e8ba5277bf97617aef51f5e64dbe4
tree55c65b654cb5c0c4cfe5cfea2ad7fb455404df0e
parente3bbb994a7e0ead1e028c5a8ec5f8526b4a9c5c9
ionic: fix potential irq name truncation

Address a warning about potential string truncation based on the
string buffer sizes.  We can add some hints to the string format
specifier to set limits on the resulting possible string to
squelch the complaints.

Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
Link: https://lore.kernel.org/r/20240529000259.25775-2-shannon.nelson@amd.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/pensando/ionic/ionic_lif.c