[PATCH v2 0/2] doc: module: Two clearifications

Uwe Kleine-König posted 2 patches 11 months, 3 weeks ago
Documentation/core-api/symbol-namespaces.rst | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
[PATCH v2 0/2] doc: module: Two clearifications
Posted by Uwe Kleine-König 11 months, 3 weeks ago
Hello,

Changes since (implicit) v1, available at
https://lore.kernel.org/linux-kernel/cover.1733305665.git.ukleinek@kernel.org:

 - Use "string constant" instead of "C-string" in patch #1
 - Drop #undef
 - Mention that before all #include statements is a usual place for the
   definition of DEFAULT_SYMBOL_NAMESPACE.

Uwe Kleine-König (2):
  doc: module: Fix documented type of namespace
  doc: module: DEFAULT_SYMBOL_NAMESPACE must be defined before #includes

 Documentation/core-api/symbol-namespaces.rst | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)


base-commit: 8155b4ef3466f0e289e8fcc9e6e62f3f4dceeac2
-- 
2.45.2

Re: [PATCH v2 0/2] doc: module: Two clearifications
Posted by Jonathan Corbet 11 months, 1 week ago
Uwe Kleine-König <u.kleine-koenig@baylibre.com> writes:

> Hello,
>
> Changes since (implicit) v1, available at
> https://lore.kernel.org/linux-kernel/cover.1733305665.git.ukleinek@kernel.org:
>
>  - Use "string constant" instead of "C-string" in patch #1
>  - Drop #undef
>  - Mention that before all #include statements is a usual place for the
>    definition of DEFAULT_SYMBOL_NAMESPACE.
>
> Uwe Kleine-König (2):
>   doc: module: Fix documented type of namespace
>   doc: module: DEFAULT_SYMBOL_NAMESPACE must be defined before #includes
>
>  Documentation/core-api/symbol-namespaces.rst | 11 +++++------
>  1 file changed, 5 insertions(+), 6 deletions(-)

Applied, thanks.

jon