linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: linux-hotplug@vger.kernel.org
Subject: Re: [PATCH] allow to specify node permissions in the rule
Date: Fri, 12 Mar 2004 16:43:55 +0000	[thread overview]
Message-ID: <20040312164355.GB7552@kroah.com> (raw)
In-Reply-To: <20040307011223.GA22054@vrfy.org>

On Fri, Mar 12, 2004 at 11:43:58AM +0100, Olaf Hering wrote:
>  On Sun, Mar 07, Kay Sievers wrote:
> 
> > === namedev_parse.c 1.30 vs edited ==> > --- 1.30/namedev_parse.c	Wed Mar  3 22:43:42 2004
> > +++ edited/namedev_parse.c	Sun Mar  7 01:33:40 2004
> > @@ -43,6 +43,7 @@
> >  
> >  LIST_HEAD(file_list);
> >  
> > +
> >  static int add_config_dev(struct config_device *new_dev)
> >  {
> >  	struct config_device *tmp_dev;
> > @@ -61,9 +62,11 @@
> >  	dbg_parse("name='%s', symlink='%s', bus='%s', place='%s', id='%s', "
> >  		  "sysfs_file[0]='%s', sysfs_value[0]='%s', "
> >  		  "kernel='%s', program='%s', result='%s'",
> > +		  "owner='%s', group='%s', mode=%#o",
> >  		  dev->name, dev->symlink, dev->bus, dev->place, dev->id,
> >  		  dev->sysfs_pair[0].file, dev->sysfs_pair[0].value,
> > -		  dev->kernel, dev->program, dev->result);
> > +		  dev->kernel, dev->program, dev->result,;
> > +		  dev->owner, dev->group, dev->mode);
> 
> gcc is very unhappy about that extra ';' :)

thanks, I've now fixed this in the tree.

greg k-h


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

  parent reply	other threads:[~2004-03-12 16:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-07  1:12 [PATCH] allow to specify node permissions in the rule Kay Sievers
2004-03-10 22:41 ` Greg KH
2004-03-11  2:18 ` Kay Sievers
2004-03-12  1:07 ` Greg KH
2004-03-12  2:20 ` Kay Sievers
2004-03-12 10:43 ` Olaf Hering
2004-03-12 11:19 ` Kay Sievers
2004-03-12 11:30 ` Olaf Hering
2004-03-12 11:35 ` Kay Sievers
2004-03-12 16:43 ` Greg KH [this message]
2004-03-12 17:44 ` Greg KH

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=20040312164355.GB7552@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-hotplug@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 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).