From: Jakub Kicinski Date: Tue, 18 Nov 2025 04:02:05 +0000 (-0800) Subject: Merge branch 's390-qeth-improve-handling-of-osa-rcs' X-Git-Tag: v6.19-rc1~170^2~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b8b343c5c989711ab1388ecc6bd8e5e5669ebe9;p=thirdparty%2Fkernel%2Flinux.git Merge branch 's390-qeth-improve-handling-of-osa-rcs' 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 --- 5b8b343c5c989711ab1388ecc6bd8e5e5669ebe9