linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Early return in s_uGetTxRsvTime
@ 2020-05-03 15:42 Matej Dujava
  2020-05-03 15:42 ` [PATCH v2 1/2] staging: vt6655: return early if not bNeedAck Matej Dujava
  2020-05-03 15:42 ` [PATCH v2 2/2] staging: vt6655: fix LONG_LINE warning Matej Dujava
  0 siblings, 2 replies; 3+ messages in thread
From: Matej Dujava @ 2020-05-03 15:42 UTC (permalink / raw)
  To: Forest Bond, Greg Kroah-Hartman, devel, linux-kernel
  Cc: Stefano Brivio, Briana Oursler, Frank A. Cancio Bello, Matej Dujava

This patch set will fix checkpatch LONG_LINE warnings and will save us
one call of bb_get_frame_time in case od !bNeedAck.

Change history:
v2: Implemented advice of ternary operator from Joe Perches <joe@perches.com>

Matej Dujava (2):
  staging: vt6655: return early if not bNeedAck
  staging: vt6655: fix LONG_LINE warning

 drivers/staging/vt6655/rxtx.c | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

--
2.26.2


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

end of thread, other threads:[~2020-05-03 15:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-03 15:42 [PATCH v2 0/2] Early return in s_uGetTxRsvTime Matej Dujava
2020-05-03 15:42 ` [PATCH v2 1/2] staging: vt6655: return early if not bNeedAck Matej Dujava
2020-05-03 15:42 ` [PATCH v2 2/2] staging: vt6655: fix LONG_LINE warning Matej Dujava

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).