[PATCH 0/2] Documentation: ioctl-number: DRY cleanup

Bagas Sanjaya posted 2 patches 2 months, 3 weeks ago
.../userspace-api/ioctl/ioctl-number.rst      | 36 ++++++++++---------
1 file changed, 20 insertions(+), 16 deletions(-)
[PATCH 0/2] Documentation: ioctl-number: DRY cleanup
Posted by Bagas Sanjaya 2 months, 3 weeks ago
As the subject suggests: don't repeat yourself (DRY) on table introduction
(ioctl macros-related).

Enjoy!

Bagas Sanjaya (2):
  Documentation: ioctl-number: Shorten macros table
  Documentation: ioctl-number: Don't repeat macro names

 .../userspace-api/ioctl/ioctl-number.rst      | 36 ++++++++++---------
 1 file changed, 20 insertions(+), 16 deletions(-)

base-commit: f55b3ca3cf1d1652c4b3481b671940461331d69f
-- 
An old man doll... just what I always wanted! - Clara
Re: [PATCH 0/2] Documentation: ioctl-number: DRY cleanup
Posted by Jonathan Corbet 2 months, 3 weeks ago
Bagas Sanjaya <bagasdotme@gmail.com> writes:

> As the subject suggests: don't repeat yourself (DRY) on table introduction
> (ioctl macros-related).
>
> Enjoy!
>
> Bagas Sanjaya (2):
>   Documentation: ioctl-number: Shorten macros table
>   Documentation: ioctl-number: Don't repeat macro names
>
>  .../userspace-api/ioctl/ioctl-number.rst      | 36 ++++++++++---------
>  1 file changed, 20 insertions(+), 16 deletions(-)

The first seems like a good cleanup; the second a bit less so, but I've
applied the pair.

Thanks,

jon