Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Cornelia Huck and committed by
Martin Schwidefsky
b35fe61d f8f6e27c

+2 -2
+2 -2
arch/s390/include/asm/scsw.h
··· 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 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 397 * valid, zero otherwise. 398 398 */ 399 399 static inline int scsw_cmd_is_valid_sctl(union scsw *scsw)