public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Remove and/or fix casts
@ 2020-09-05 15:14 Alejandro Colomar
  2020-09-05 15:14 ` [PATCH 1/7] sock_diag.7: Remove unneeded casts Alejandro Colomar
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Alejandro Colomar @ 2020-09-05 15:14 UTC (permalink / raw)
  To: mtk.manpages; +Cc: linux-man

Hi Michael,

[PATCH 1/7] sock_diag.7: Remove unneeded casts
[PATCH 2/7] pthread_sigmask.3: Remove unneeded casts
[PATCH 3/7] msgop.2: Remove unneeded casts
[PATCH 4/7] user_namespaces.7: Remove unneeded cast
[PATCH 5/7] dlopen.3: Remove unneeded cast
[PATCH 6/7] bsearch.3: Fix intermediate type and remove unneeded cast
[PATCH 7/7] qsort.3: Fix casts

Here's a set of patches removing unneeded casts when they are
unneeded or incorrect, and fixing those that are incorrect but can't
be removed.

Regards,

Alex.


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2020-09-06 16:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-05 15:14 [PATCH 0/7] Remove and/or fix casts Alejandro Colomar
2020-09-05 15:14 ` [PATCH 1/7] sock_diag.7: Remove unneeded casts Alejandro Colomar
2020-09-05 15:14 ` [PATCH 2/7] pthread_sigmask.3: " Alejandro Colomar
2020-09-05 15:14 ` [PATCH 3/7] msgop.2: " Alejandro Colomar
2020-09-05 15:14 ` [PATCH 4/7] user_namespaces.7: Remove unneeded cast Alejandro Colomar
2020-09-05 15:14 ` [PATCH 5/7] dlopen.3: " Alejandro Colomar
2020-09-06 13:02   ` Michael Kerrisk (man-pages)
2020-09-06 13:22     ` Alejandro Colomar
2020-09-06 14:27       ` Alejandro Colomar
2020-09-06 15:00         ` Michael Kerrisk (man-pages)
2020-09-06 15:13       ` Michael Kerrisk (man-pages)
2020-09-06 16:43         ` Alejandro Colomar
2020-09-05 15:15 ` [PATCH 6/7] bsearch.3: Fix intermediate type and remove unneeded casts Alejandro Colomar
2020-09-05 15:15 ` [PATCH 7/7] qsort.3: Fix casts Alejandro Colomar
2020-09-06 12:59 ` [PATCH 0/7] Remove and/or fix casts Michael Kerrisk (man-pages)
2020-09-06 13:02   ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox