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

This pactch set replaces min with min_t found by checkpatch.pl.

Darshana Padmadas (2):
  Changes in v2: 
    - Combined patch 2/3 and 3/3 in v1 into a single patch.
    - Changed subject of patch 1/3.
    - Changed patch description to show only a single instance of
      fixed warning.
      
  drivers: staging: dgnc: 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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-08 18:03 [PATCH v2 0/2] Replace min with min_t found by checkpatch.pl Darshana Padmadas
2015-03-08 18:03 ` [PATCH v2 1/2] drivers: staging: dgnc: Replace min with min_t Darshana Padmadas
2015-03-08 18:03 ` [PATCH v2 2/2] staging: rtl8192e: " Darshana Padmadas

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.