commit | f8674930891b5d8d8c62246a8d22f096f4b02632 | [log] [tgz] |
---|---|---|
author | Sven Schnelle <svens@linux.ibm.com> | Sun Dec 04 20:55:27 2022 +0100 |
committer | Heiko Carstens <hca@linux.ibm.com> | Mon Jan 09 14:34:02 2023 +0100 |
tree | 85823cfeb290048cc6778f2b91976f9fab474841 | |
parent | 303bac9df781b42b7c210db269b5b6801f2b9bf0 [diff] |
s390/con3270: fix multiple assignments in one line fix the following and similar checkpatch warnings: CHECK: multiple assignments should be avoided + tp->cx = tp->saved_cx = 0; Signed-off-by: Sven Schnelle <svens@linux.ibm.com> Acked-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>