diff options
author | Cornelia Huck <cohuck@redhat.com> | 2018-02-22 07:14:16 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2018-02-22 09:31:24 -0500 |
commit | b35fe61df4bf10c7e164a416ff8241e42f3991aa (patch) | |
tree | d7855b9aff7e8e9a1fcc34d201080fc059dbba25 /arch/s390/include | |
parent | f8f6e27c1a79359091f16d3a3e9fc8b07c70d7c2 (diff) |
s390: fix comment for scsw_cmd_is_valid_sctl
This function is checking for the suspend control, not the function
control.
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include')
-rw-r--r-- | arch/s390/include/asm/scsw.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/include/asm/scsw.h b/arch/s390/include/asm/scsw.h index 79b7ffa91832..c00f7b031628 100644 --- a/arch/s390/include/asm/scsw.h +++ b/arch/s390/include/asm/scsw.h | |||
@@ -390,10 +390,10 @@ static inline int scsw_cmd_is_valid_key(union scsw *scsw) | |||
390 | } | 390 | } |
391 | 391 | ||
392 | /** | 392 | /** |
393 | * scsw_cmd_is_valid_sctl - check fctl field validity | 393 | * scsw_cmd_is_valid_sctl - check sctl field validity |
394 | * @scsw: pointer to scsw | 394 | * @scsw: pointer to scsw |
395 | * | 395 | * |
396 | * Return non-zero if the fctl field of the specified command mode scsw is | 396 | * Return non-zero if the sctl field of the specified command mode scsw is |
397 | * valid, zero otherwise. | 397 | * valid, zero otherwise. |
398 | */ | 398 | */ |
399 | static inline int scsw_cmd_is_valid_sctl(union scsw *scsw) | 399 | static inline int scsw_cmd_is_valid_sctl(union scsw *scsw) |