mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
s390/uvdevice: Increase indent in IOCTL definitions
Increase the indentations in the IOCTL defines so that we will not have problems with upcoming, longer constant names. While at it, fix a minor typo. Reviewed-by: Janosch Frank <frankja@linux.ibm.com> Reviewed-by: Christoph Schlameuss <schlameuss@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com> Link: https://lore.kernel.org/r/20241024062638.1465970-5-seiden@linux.ibm.com Signed-off-by: Janosch Frank <frankja@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
This commit is contained in:
parent
99961593e3
commit
d356137187
1 changed files with 15 additions and 15 deletions
|
@ -52,7 +52,7 @@ struct uvio_uvdev_info {
|
|||
__u64 supp_uvio_cmds;
|
||||
/*
|
||||
* If bit `n` is set, the Ultravisor(UV) supports the UV-call
|
||||
* corresponding to the IOCTL with nr `n` in the calling contextx (host
|
||||
* corresponding to the IOCTL with nr `n` in the calling context (host
|
||||
* or guest). The value is only valid if the corresponding bit in
|
||||
* @supp_uvio_cmds is set as well.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue