The summary of your commit should not contain more than *50 characters*. All
other lines should not contain more than [*70-75 characters*.](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?id=8e41e0a575664d26bb87e012c39435c4c3914ed9#n628).
Please try to be concise and precise about what your commit does. If you
believe that the Summary adequately explains it, then that's more than enough.
Please try to avoid mentioning any crucial information about your change in
the description of a Merge Request, and use the Commit for this purpose
instead, as its contents will be automatically used for that description
later.
An exception to this rule would be e.g. using the description of a
Merge Request to directly address another contributor over something that is
related to the review process, which probably isn't something that should
forever "engrave" the commit tree.
### Formatting
We use *flake8* for formatting. The maximum length of a line, as defined in