]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 's390-qeth-improve-handling-of-osa-rcs'
authorJakub Kicinski <kuba@kernel.org>
Tue, 18 Nov 2025 04:02:05 +0000 (20:02 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 18 Nov 2025 04:02:05 +0000 (20:02 -0800)
Aswin Karuvally says:

====================
s390/qeth: Improve handling of OSA RCs

This two patch series aims to improve how return codes from OSA Express
are handled in the qeth driver.

OSA defines a number of return codes whose meaning is determined by the
issuing command, ie. they are ambiguous. The first patch moves
definitions of all return codes including the ambiguous ones to a single
enum block to aid readability and maintainability.

The second patch implements a mechanism to interpret return codes based
on the issuing command to ensure accurate debug messages. While at it,
remove extern keyword and fix indentation for function declarations to
be in line with Linux kernel coding style.
====================

Link: https://patch.msgid.link/20251113144209.2140061-1-aswin@linux.ibm.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge