From: Greg KH <gregkh@linuxfoundation.org>
To: Ashish Vara <ashishvara89@yahoo.com>
Cc: rspringer@google.com, toddpoynor@google.com,
benchan@chromium.org, rcy@google.com, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fixed coding style warning
Date: Sun, 14 Feb 2021 09:22:18 +0100 [thread overview]
Message-ID: <YCjdugK8vv6jC4SS@kroah.com> (raw)
In-Reply-To: <482ff5a0-9089-c05a-4763-e25e14f588b5@yahoo.com>
On Sun, Feb 14, 2021 at 01:48:06AM +0530, Ashish Vara wrote:
> removed unnecessary out of memory message
>
> Signed-off-by: Ashish Vara <ashishvara89@yahoo.com>
> ---
> drivers/staging/gasket/gasket_page_table.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/staging/gasket/gasket_page_table.c b/drivers/staging/gasket/gasket_page_table.c
> index 6f6273c83822..2dbf3d9b8f34 100644
> --- a/drivers/staging/gasket/gasket_page_table.c
> +++ b/drivers/staging/gasket/gasket_page_table.c
> @@ -262,8 +262,6 @@ int gasket_page_table_init(struct gasket_page_table **ppg_tbl,
> if (bytes != 0) {
> pg_tbl->entries = vzalloc(bytes);
> if (!pg_tbl->entries) {
> - dev_dbg(device,
> - "No memory for address translation metadata\n");
> kfree(pg_tbl);
> *ppg_tbl = NULL;
> return -ENOMEM;
Hi,
This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him
a patch that has triggered this response. He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created. Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.
You are receiving this message because of the following common error(s)
as indicated below:
- You did not write a descriptive Subject: for the patch, allowing Greg,
and everyone else, to know what this patch is all about. Please read
the section entitled "The canonical patch format" in the kernel file,
Documentation/SubmittingPatches for what a proper Subject: line should
look like.
If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.
thanks,
greg k-h's patch email bot
parent reply other threads:[~2021-02-14 8:23 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <482ff5a0-9089-c05a-4763-e25e14f588b5@yahoo.com>]
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=YCjdugK8vv6jC4SS@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=ashishvara89@yahoo.com \
--cc=benchan@chromium.org \
--cc=devel@driverdev.osuosl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rcy@google.com \
--cc=rspringer@google.com \
--cc=toddpoynor@google.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox