On Thu, Oct 02, 2025 at 11:36:16PM -0600, Jonathan Corbet wrote:
> Byungchul Park <[email protected]> writes:
>
> > This document describes the concept and APIs of dept.
> >
> > Signed-off-by: Byungchul Park <[email protected]>
> > ---
> > Documentation/dependency/dept.txt | 735 ++++++++++++++++++++++++++
> > Documentation/dependency/dept_api.txt | 117 ++++
> > 2 files changed, 852 insertions(+)
> > create mode 100644 Documentation/dependency/dept.txt
> > create mode 100644 Documentation/dependency/dept_api.txt
>
> As already suggested, this should be in RST; you're already 95% of the
> way there. Also, please put it under Documentation/dev-tools; we don't
> need another top-level directory for this.
Sure. I will. Thanks!
Byungchul
>
> Thanks,
>
> jon