All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] use ERR_CAST
@ 2013-01-22 11:29 ` Julia Lawall
  0 siblings, 0 replies; 9+ messages in thread
From: Julia Lawall @ 2013-01-22 10:30 UTC (permalink / raw)
  To: Herbert Xu; +Cc: kernel-janitors, David S. Miller, linux-crypto, linux-kernel

ERR_CAST is more concise than PTR_ERR followed by ERR_PTR.  Using it
also occasionally removes the need for an err variable.


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

end of thread, other threads:[~2013-02-04 13:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-22 10:30 [PATCH] use ERR_CAST Julia Lawall
2013-01-22 11:29 ` Julia Lawall
2013-01-22 11:29 ` Julia Lawall
2013-01-22 10:29 ` [PATCH] crypto: " Julia Lawall
2013-01-22 11:29   ` Julia Lawall
2013-01-22 11:29   ` Julia Lawall
2013-02-04 13:21   ` Herbert Xu
2013-02-04 13:21     ` Herbert Xu
2013-02-04 13:21     ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.