doc: android/boot-image: invalid C declaration
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 30 Dec 2020 16:55:22 +0000 (17:55 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 4 Jan 2021 14:10:16 +0000 (09:10 -0500)
commit51549711b5960f2280629fe6231a07338bbcd57c
treec0f5bc92d3caf73b6e4be5a932848dc3c600e7e1
parent71fd11b9013eda5b618737f91e2b19daabb775a3
doc: android/boot-image: invalid C declaration

make htmldocs results in an error:

doc/android/boot-image.rst:33:
WARNING: Unparseable C cross-reference: 'struct andr_img_hdr'
Invalid C declaration: Expected identifier in nested name, got keyword:
struct [error at 6]

Follow the style prescribed in
https://www.kernel.org/doc/html/latest/doc-guide/kernel-doc.html#highlights-and-cross-references

Add missing definite article.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
doc/android/boot-image.rst