From: Michael Brown Date: Fri, 3 Mar 2017 17:31:33 +0000 (+0000) Subject: [block] Remove spurious comments X-Git-Tag: v1.20.1~308 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=530ec8301180de6c094e6f99369450d9a70b91af;p=thirdparty%2Fipxe.git [block] Remove spurious comments Signed-off-by: Michael Brown --- diff --git a/src/include/ipxe/sanboot.h b/src/include/ipxe/sanboot.h index c651364cb..1c68a58ca 100644 --- a/src/include/ipxe/sanboot.h +++ b/src/include/ipxe/sanboot.h @@ -7,13 +7,6 @@ * * The sanboot API provides methods for hooking, unhooking, * describing, and booting from SAN devices. - * - * The standard methods (readl()/writel() etc.) do not strictly check - * the type of the address parameter; this is because traditional - * usage does not necessarily provide the correct pointer type. For - * example, code written for ISA devices at fixed I/O addresses (such - * as the keyboard controller) tend to use plain integer constants for - * the address parameter. */ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );