* [PATCH 0/15]Remove unneeded casts of memory-alloc function return values
@ 2015-04-23 5:33 Firo Yang
2015-04-23 5:45 ` Julia Lawall
0 siblings, 1 reply; 2+ messages in thread
From: Firo Yang @ 2015-04-23 5:33 UTC (permalink / raw)
To: kernel-janitors
The memory-alloc() functions return a void pointer, so when
assigning to a pointer type variable there is no need to cast
the return value.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-23 5:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-23 5:33 [PATCH 0/15]Remove unneeded casts of memory-alloc function return values Firo Yang
2015-04-23 5:45 ` Julia Lawall
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox