All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Replace min with min_t found by checkpatch.pl
@ 2015-03-08 17:06 Darshana Padmadas
  2015-03-08 17:06 ` [PATCH 1/3] drivers: staging: dgnc: Replace min with min_t Darshana Padmadas
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Darshana Padmadas @ 2015-03-08 17:06 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Darshana Padmadas

This patch set replaces min with min_t as suggested by checkpatch.pl

Darshana Padmadas (3):
  drivers: staging: dgnc: Replace min with min_t
  staging: rtl8192e: Replace min with min_t
  Staging: rtl8192e: replace min with min_t

 drivers/staging/dgnc/dgnc_neo.c      |  2 +-
 drivers/staging/rtl8192e/rtllib_rx.c | 10 +++++-----
 drivers/staging/rtl8192e/rtllib_wx.c |  4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2015-03-08 17:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-08 17:06 [PATCH 0/3] Replace min with min_t found by checkpatch.pl Darshana Padmadas
2015-03-08 17:06 ` [PATCH 1/3] drivers: staging: dgnc: Replace min with min_t Darshana Padmadas
2015-03-08 17:12   ` [Outreachy kernel] " Julia Lawall
2015-03-08 17:06 ` [PATCH 2/3] staging: rtl8192e: " Darshana Padmadas
2015-03-08 17:10   ` [Outreachy kernel] " Julia Lawall
2015-03-08 17:06 ` [PATCH 3/3] Staging: rtl8192e: replace " Darshana Padmadas
2015-03-08 17:14   ` [Outreachy kernel] " Julia Lawall

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.