diff options
| author | Alok Tiwari <[email protected]> | 2025-09-13 15:40:53 +0000 |
|---|---|---|
| committer | Michael S. Tsirkin <[email protected]> | 2025-09-15 22:25:58 +0000 |
| commit | a318eb807825d71900e212f5aab3469e86feff8e (patch) | |
| tree | 11d5498d55bd1d5038c72e911fba0ceab4e2ab4d /drivers/vhost/net.c | |
| parent | Linux 6.17-rc5 (diff) | |
| download | kernel-a318eb807825d71900e212f5aab3469e86feff8e.tar.gz kernel-a318eb807825d71900e212f5aab3469e86feff8e.zip | |
vhost-scsi: fix argument order in tport allocation error message
The error log in vhost_scsi_make_tport() prints the arguments in the
wrong order, producing confusing output. For example, when creating a
target with a name in WWNN format such as "fc.port1234", the log
looks like:
Emulated fc.port1234 Address: FCP, exceeds max: 64
Instead, the message should report the emulated protocol type first,
followed by the configfs name as:
Emulated FCP Address: fc.port1234, exceeds max: 64
Fix the argument order so the error log is consistent and clear.
Signed-off-by: Alok Tiwari <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
Diffstat (limited to 'drivers/vhost/net.c')
0 files changed, 0 insertions, 0 deletions
