From: Darshana Padmadas <darshanapadmadas@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: Darshana Padmadas <darshanapadmadas@gmail.com>
Subject: [PATCH v2 0/2] Replace min with min_t found by checkpatch.pl
Date: Sun, 8 Mar 2015 23:33:38 +0530 [thread overview]
Message-ID: <cover.1425837526.git.darshanapadmadas@gmail.com> (raw)
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
next reply other threads:[~2015-03-08 18:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-08 18:03 Darshana Padmadas [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1425837526.git.darshanapadmadas@gmail.com \
--to=darshanapadmadas@gmail.com \
--cc=outreachy-kernel@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.