Commit d1194126 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] kernel-hacking.tmpl

Mark Hymers <markh@linuxfromscratch.org>: Kernel tree patch; Documentation_DocBook_kernel-hacking.tmpl:
  Hi,

  Just a small thing I noticed when grepping through the kernel source:
  one of the templates in Documentation/DocBook has a typo (I think).  I
  believe it should refer to MODULE_LICENSE instead of LICENCE.  Please
  correct me if I'm wrong though.

  Mark


(Included in 2.4)
parent 1915f91b
......@@ -1025,7 +1025,7 @@ EXPORT_NO_SYMBOLS;
Similar to <function>EXPORT_SYMBOL()</function> except that the
symbols exported by <function>EXPORT_SYMBOL_GPL()</function> can
only be seen by modules with a
<function>MODULE_LICENCE()</function> that specifies a GPL
<function>MODULE_LICENSE()</function> that specifies a GPL
compatible license.
</para>
</sect1>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment