https://github.com/torvalds/linux
Revision 6607aa6f6b68fc9b5955755f1b1be125cf2a9d03 authored by Guo Ren on 27 February 2021, 14:00:35 UTC, committed by Guo Ren on 27 February 2021, 14:04:14 UTC
: error: C++ style comments are not allowed in ISO C90
 // Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
 ^
error: (this will be reported only once per input file)

Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
1 parent 5d3f410
Raw File
Tip revision: 6607aa6f6b68fc9b5955755f1b1be125cf2a9d03 authored by Guo Ren on 27 February 2021, 14:00:35 UTC
csky: Fixup compile error
Tip revision: 6607aa6
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
back to top