mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Rolf Eike Beer <eike-kernel@sf-tec.de>
To: LKML <linux-kernel@vger.kernel.org>
Cc: Andrew Morton <akpm@osdl.org>, Linus Torvalds <torvalds@osdl.org>
Subject: [PATCH] Fix line-wrapping in documentation of vmalloc_32_user()
Date: Mon, 17 Jul 2006 15:34:32 +0200	[thread overview]
Message-ID: <200607171534.33313@bilbo.math.uni-mannheim.de> (raw)

Fix line-wrapping in documentation of vmalloc_32_user().

Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>

---
commit dc676c9c7abfac7ed26d48777e4be99e110508f3
tree 00cbe652d0ed16b324192e74f8f8765b81940bf0
parent 8352448458ede55c18c98b39823f71ea8e306c70
author Rolf Eike Beer <eike-kernel@sf-tec.de> Mon, 17 Jul 2006 14:26:27 +0200
committer Rolf Eike Beer <beer@siso-eb-i34d.silicon-software.de> Mon, 17 Jul 2006 14:26:27 +0200

 mm/vmalloc.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/mm/vmalloc.c b/mm/vmalloc.c
index 266162d..af05588 100644
--- a/mm/vmalloc.c
+++ b/mm/vmalloc.c
@@ -595,11 +595,12 @@ void *vmalloc_32(unsigned long size)
 EXPORT_SYMBOL(vmalloc_32);
 
 /**
- *	vmalloc_32_user  -  allocate virtually contiguous memory (32bit
- *			      addressable) which is zeroed so it can be
- *			      mapped to userspace without leaking data.
+ * vmalloc_32_user  -  allocate zeroed virtually contiguous 32bit memory
  *
- *	@size:		allocation size
+ * @size:		allocation size
+ *
+ * The resulting memory area is 32bit addressable and zeroed so it can be
+ * mapped to userspace without leaking data.
  */
 void *vmalloc_32_user(unsigned long size)
 {

                 reply	other threads:[~2006-07-17 13:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200607171534.33313@bilbo.math.uni-mannheim.de \
    --to=eike-kernel@sf-tec.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome