All of lore.kernel.org
 help / color / mirror / Atom feed
From: Doug Thompson <norsk5@yahoo.com>
To: Doug Thompson <dougthompson@xmission.com>,
	Mauro Carvalho Chehab <mchehab@redhat.com>,
	bluesmoke-devel@lists.sourceforge.net,
	Stephen Hemminger <shemminger@vyatta.com>
Subject: Re: [PATCH] edac: make inst_grp_ops const
Date: Tue, 31 Aug 2010 16:00:20 -0700 (PDT)	[thread overview]
Message-ID: <569266.95060.qm@web50108.mail.re2.yahoo.com> (raw)
In-Reply-To: <20100831152402.22b5e897@nehalam>


Ignore that prior ack by me, I thought it was an i7core_edac module, not core EDAC modules.

I will take it myself and push it upstream

doug t


--- On Tue, 8/31/10, Stephen Hemminger <shemminger@vyatta.com> wrote:

> From: Stephen Hemminger <shemminger@vyatta.com>
> Subject: [PATCH] edac: make inst_grp_ops const
> To: "Doug Thompson" <dougthompson@xmission.com>, "Mauro Carvalho Chehab" <mchehab@redhat.com>, bluesmoke-devel@lists.sourceforge.net
> Date: Tuesday, August 31, 2010, 4:24 PM
> This sysfs_ops should be const like
> all the others in the kernel.
> 
> Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
> 
> --- a/drivers/edac/edac_mc_sysfs.c   
> 2010-08-31 15:10:29.692381171 -0700
> +++ b/drivers/edac/edac_mc_sysfs.c   
> 2010-08-31 15:11:24.072859199 -0700
> @@ -764,7 +764,7 @@ static void
> edac_inst_grp_release(struct
>  }
>  
>  /* Intermediate show/store table */
> -static struct sysfs_ops inst_grp_ops = {
> +static const struct sysfs_ops inst_grp_ops = {
>      .show = inst_grp_show,
>      .store = inst_grp_store
>  };
> 

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd

  parent reply	other threads:[~2010-08-31 23:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-31 22:24 [PATCH] edac: make inst_grp_ops const Stephen Hemminger
2010-08-31 22:59 ` Doug Thompson
2010-08-31 23:00 ` Doug Thompson [this message]
2010-09-01 10:42   ` Mauro Carvalho Chehab

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=569266.95060.qm@web50108.mail.re2.yahoo.com \
    --to=norsk5@yahoo.com \
    --cc=bluesmoke-devel@lists.sourceforge.net \
    --cc=dougthompson@xmission.com \
    --cc=mchehab@redhat.com \
    --cc=shemminger@vyatta.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.