···22# This makefile is used to generate the kernel documentation,33# primarily based on in-line comments in various source files.44# See Documentation/kernel-doc-nano-HOWTO.txt for instruction in how55-# to ducument the SRC - and how to read it.55+# to document the SRC - and how to read it.66# To add a new book the only step required is to add the book to the77# list of DOCBOOKS.88
+1-1
drivers/s390/char/sclp_rw.c
···24242525/*2626 * The room for the SCCB (only for writing) is not equal to a pages size2727- * (as it is specified as the maximum size in the the SCLP ducumentation)2727+ * (as it is specified as the maximum size in the the SCLP documentation)2828 * because of the additional data structure described above.2929 */3030#define MAX_SCCB_ROOM (PAGE_SIZE - sizeof(struct sclp_buffer))