Commit b35fe61d authored by Cornelia Huck's avatar Cornelia Huck Committed by Martin Schwidefsky

s390: fix comment for scsw_cmd_is_valid_sctl

This function is checking for the suspend control, not the function
control.
Signed-off-by: default avatarCornelia Huck <cohuck@redhat.com>
Signed-off-by: default avatarSebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent f8f6e27c
...@@ -390,10 +390,10 @@ static inline int scsw_cmd_is_valid_key(union scsw *scsw) ...@@ -390,10 +390,10 @@ static inline int scsw_cmd_is_valid_key(union scsw *scsw)
} }
/** /**
* scsw_cmd_is_valid_sctl - check fctl field validity * scsw_cmd_is_valid_sctl - check sctl field validity
* @scsw: pointer to scsw * @scsw: pointer to scsw
* *
* Return non-zero if the fctl field of the specified command mode scsw is * Return non-zero if the sctl field of the specified command mode scsw is
* valid, zero otherwise. * valid, zero otherwise.
*/ */
static inline int scsw_cmd_is_valid_sctl(union scsw *scsw) static inline int scsw_cmd_is_valid_sctl(union scsw *scsw)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment