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

[S390] hypfs comment cleanup.

Correct some comments in the hypervisor filesystem.

Signed-off-by: Michael Holzheu <holzheu@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Michael Holzheu and committed by
Martin Schwidefsky
f19bfb2c 65912a84

+6 -5
+1 -1
arch/s390/hypfs/hypfs.h
··· 1 1 /* 2 - * fs/hypfs/hypfs.h 2 + * arch/s390/hypfs/hypfs.h 3 3 * Hypervisor filesystem for Linux on s390. 4 4 * 5 5 * Copyright (C) IBM Corp. 2006
+1 -1
arch/s390/hypfs/hypfs_diag.c
··· 1 1 /* 2 - * fs/hypfs/hypfs_diag.c 2 + * arch/s390/hypfs/hypfs_diag.c 3 3 * Hypervisor filesystem for Linux on s390. Diag 204 and 224 4 4 * implementation. 5 5 *
+1 -1
arch/s390/hypfs/hypfs_diag.h
··· 1 1 /* 2 - * fs/hypfs/hypfs_diag.h 2 + * arch/s390/hypfs_diag.h 3 3 * Hypervisor filesystem for Linux on s390. 4 4 * 5 5 * Copyright (C) IBM Corp. 2006
+1 -1
arch/s390/hypfs/inode.c
··· 1 1 /* 2 - * fs/hypfs/inode.c 2 + * arch/s390/hypfs/inode.c 3 3 * Hypervisor filesystem for Linux on s390. 4 4 * 5 5 * Copyright (C) IBM Corp. 2006
+2 -1
drivers/base/hypervisor.c
··· 1 1 /* 2 2 * hypervisor.c - /sys/hypervisor subsystem. 3 3 * 4 - * This file is released under the GPLv2 4 + * Copyright (C) IBM Corp. 2006 5 5 * 6 + * This file is released under the GPLv2 6 7 */ 7 8 8 9 #include <linux/kobject.h>