Messages in this thread |  | | | From | Mike Frysinger <> | | Date | Thu, 19 May 2011 15:18:08 -0400 | | Subject | Re: [RFC][PATCH] maccess,probe_kernel: Make write/read src const void * |
| |
On Thu, May 19, 2011 at 13:08, Steven Rostedt <rostedt@goodmis.org> wrote: > maccess,probe_kernel: Make src const void * > > The functions probe_kernel_write() and probe_kernel_read() do not modify > the src pointer. Allow const pointers to be passed in without the need > of a typecast. > > arch/blackfin/mm/maccess.c | 4 ++--
Acked-by: Mike Frysinger <vapier@gentoo.org> -mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |