diff options
author | Mike Rapoport <rppt@linux.vnet.ibm.com> | 2018-02-06 18:42:19 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-02-06 21:32:48 -0500 |
commit | a5d09bed7ff7e463ad7328e8738deb551c6bbc1e (patch) | |
tree | a504ed6222eadb9da2dc3ab5fe5af518f0ee1b9e /mm/process_vm_access.c | |
parent | f144c390f9059d9efafe54c4eb22bb13a2cb5534 (diff) |
mm: docs: add blank lines to silence sphinx "Unexpected indentation" errors
Link: http://lkml.kernel.org/r/1516700871-22279-4-git-send-email-rppt@linux.vnet.ibm.com
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/process_vm_access.c')
-rw-r--r-- | mm/process_vm_access.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/process_vm_access.c b/mm/process_vm_access.c index f24c297dba6f..a447092d4635 100644 --- a/mm/process_vm_access.c +++ b/mm/process_vm_access.c | |||
@@ -147,6 +147,7 @@ static int process_vm_rw_single_vec(unsigned long addr, | |||
147 | * @riovcnt: size of rvec array | 147 | * @riovcnt: size of rvec array |
148 | * @flags: currently unused | 148 | * @flags: currently unused |
149 | * @vm_write: 0 if reading from other process, 1 if writing to other process | 149 | * @vm_write: 0 if reading from other process, 1 if writing to other process |
150 | * | ||
150 | * Returns the number of bytes read/written or error code. May | 151 | * Returns the number of bytes read/written or error code. May |
151 | * return less bytes than expected if an error occurs during the copying | 152 | * return less bytes than expected if an error occurs during the copying |
152 | * process. | 153 | * process. |
@@ -249,6 +250,7 @@ free_proc_pages: | |||
249 | * @riovcnt: size of rvec array | 250 | * @riovcnt: size of rvec array |
250 | * @flags: currently unused | 251 | * @flags: currently unused |
251 | * @vm_write: 0 if reading from other process, 1 if writing to other process | 252 | * @vm_write: 0 if reading from other process, 1 if writing to other process |
253 | * | ||
252 | * Returns the number of bytes read/written or error code. May | 254 | * Returns the number of bytes read/written or error code. May |
253 | * return less bytes than expected if an error occurs during the copying | 255 | * return less bytes than expected if an error occurs during the copying |
254 | * process. | 256 | * process. |