From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Alexander Kuleshov <kuleshovmail@gmail.com>
Cc: Lidza Louina <lidza.louina@gmail.com>,
Daeseok Youn <daeseok.youn@gmail.com>,
driverdev-devel@linuxdriverproject.org,
devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] staging/dgap: move duplicated code from the dgap_cm.* functions
Date: Sun, 7 Feb 2016 19:59:09 -0800 [thread overview]
Message-ID: <20160208035909.GA25883@kroah.com> (raw)
In-Reply-To: <1448473881-9757-1-git-send-email-kuleshovmail@gmail.com>
On Wed, Nov 25, 2015 at 11:51:21PM +0600, Alexander Kuleshov wrote:
> The dgap driver contains three functions: dgap_cmdb(), dgap_cmdw()
> and dgap_cmdw_exit which are contain duplicated code which waits
> if necessary before updating the pointer to limit outstanding
> commands. This patch introduces the wait_for_fep_cmds_limit()
> function which is will be called from these functions to prevent
> code duplication.
>
> Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
> ---
> Forgot Signed-off-by line
>
> drivers/staging/dgap/dgap.c | 103 ++++++++++++++++----------------------------
> 1 file changed, 37 insertions(+), 66 deletions(-)
This driver is now deleted from the kernel tree, sorry :(
prev parent reply other threads:[~2016-02-08 3:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-25 17:51 [PATCH v2] staging/dgap: move duplicated code from the dgap_cm.* functions Alexander Kuleshov
2016-02-08 3:59 ` Greg Kroah-Hartman [this message]
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=20160208035909.GA25883@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=daeseok.youn@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=driverdev-devel@linuxdriverproject.org \
--cc=kuleshovmail@gmail.com \
--cc=lidza.louina@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/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.