mirror of https://gitee.com/openkylin/linux.git
[PATCH] s390: Remove old history/whitespave from partition code
Remove obsolete history and trailing whitespace. Signed-off-by: Horst Hummel <horst.hummel@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
82814dbafd
commit
ef1597d527
|
@ -4,12 +4,6 @@
|
|||
* Volker Sameske <sameske@de.ibm.com>
|
||||
* Bugreports.to..: <Linux390@de.ibm.com>
|
||||
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999,2000
|
||||
|
||||
* History of changes (starts July 2000)
|
||||
* 07/10/00 Fixed detection of CMS formatted disks
|
||||
* 02/13/00 VTOC partition support added
|
||||
* 12/27/01 fixed PL030593 (CMS reserved minidisk not detected on 64 bit)
|
||||
* 07/24/03 no longer using contents of freed page for CMS label recognition (BZ3611)
|
||||
*/
|
||||
|
||||
#include <linux/config.h>
|
||||
|
@ -34,7 +28,6 @@ cchh2blk (struct vtoc_cchh *ptr, struct hd_geometry *geo) {
|
|||
ptr->hh * geo->sectors;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* compute the block number from a
|
||||
* cyl-cyl-head-head-block structure
|
||||
|
|
Loading…
Reference in New Issue