Hi Olaf,

Thanks for this.  Just a couple of nits ...

On Tue, 22 Jan 2008 09:33:28 +0100 Olaf Hering <[EMAIL PROTECTED]> wrote:
>
> +static ssize_t modalias_show (struct device *dev, struct device_attribute 
> *attr,
                               ^
No space here, please.

> +                           char *buf)
> +{
> +     struct device_node *of_node = dev->archdata.of_node;
> +     const char *compat;
> +     int i = 0;
> +
> +     if (of_node) {
> +             compat = of_get_property(of_node, "compatible", &i);
> +             i = sprintf (buf, "vio:T%sS%s\n", of_node->type, compat ? 
> compat : "");
                           ^
Or here.

It would be nice if we could factor out the "vio:T%sS%s" string as it is
also used in vio_hotplug().

-- 
Cheers,
Stephen Rothwell                    [EMAIL PROTECTED]
http://www.canb.auug.org.au/~sfr/

Attachment: pgprDCya7ul3L.pgp
Description: PGP signature

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to