From: Leon Romanovsky <leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Steven Roberts <robers97-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] IB/hfi1: NULL required to terminate attr array
Date: Wed, 10 May 2017 17:11:30 +0300 [thread overview]
Message-ID: <20170510141130.GB1839@mtr-leonro.local> (raw)
In-Reply-To: <20170510134030.GA28309-i3Uw2LK+iw9rGVE3K263K1aTQe2KTcn/@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 1475 bytes --]
On Wed, May 10, 2017 at 08:40:30AM -0500, Steven Roberts wrote:
>
> This patch fixes a kernel panic when loading the hfi driver as a dynamic module.Addressing this patch will make performance tweaking the driver as a loadable module possible.
>
> git diff | scripts/checkpatch.pl
> total: 0 errors, 0 warnings, 9 lines checked
>
> Your patch has no obvious style problems and is ready for submission.
>
> Signed-off-by: Steven Roberts <robers97-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
>
> drivers/infiniband/hw/hfi1/sysfs.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Did you use git format-patch to create this patch? There is no --- after
your Singed-off-by and it says me that the answer will be no.
Please use git send-email to send patches and not as a reply, and please
limit your commit message to 80 symbols per-line.
You also should check the patch with checkpatch.pl and not the output of
git diff.
I recommend you to read SubmittingPatches doc.
Thanks
>
> diff --git a/drivers/infiniband/hw/hfi1/sysfs.c b/drivers/infiniband/hw/hfi1/sys
> index 50d140d..2f3bbca 100644
> --- a/drivers/infiniband/hw/hfi1/sysfs.c
> +++ b/drivers/infiniband/hw/hfi1/sysfs.c
> @@ -196,7 +196,8 @@ static ssize_t cc_attr_store(struct kobject *kobj, struct at
> };
>
> static struct attribute *port_cc_default_attributes[] = {
> - &cc_prescan_attr.attr
> + &cc_prescan_attr.attr,
> + NULL
> };
>
> static struct kobj_type port_cc_ktype = {
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2017-05-10 14:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-09 21:09 [PATCH] NULL required to terminate attr array Steven Roberts
[not found] ` <20170509210907.GA29717-i3Uw2LK+iw9rGVE3K263K1aTQe2KTcn/@public.gmane.org>
2017-05-10 5:35 ` Leon Romanovsky
[not found] ` <20170510053543.GA1839-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-05-10 13:40 ` [PATCH] IB/hfi1: " Steven Roberts
[not found] ` <20170510134030.GA28309-i3Uw2LK+iw9rGVE3K263K1aTQe2KTcn/@public.gmane.org>
2017-05-10 14:11 ` Leon Romanovsky [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=20170510141130.GB1839@mtr-leonro.local \
--to=leon-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=robers97-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).