[<prev] [next>] [day] [month] [year] [list]
Message-ID: <b6fcc0a1001171023h5b8ce32w7970430ebf38950c@mail.gmail.com>
Date: Sun, 17 Jan 2010 20:23:38 +0200
From: Alexey Dobriyan <adobriyan@...il.com>
To: re.emese@...il.com
Cc: linux-kernel@...r.kernel.org, linux-netdev@...r.kernel.org,
akpm@...ux-foundation.org
Subject: Re: [PATCH 1/1] Constify struct sysfs_ops for v2.6.33-rc4
> - ssize_t (*show)(struct kobject *, struct attribute *, char *);
> - ssize_t (*store)(struct kobject *, struct attribute *, const char *);
> + ssize_t (* const show)(struct kobject *, struct attribute *, char *);
> + ssize_t (* const store)(struct kobject *, struct attribute *, const char *);
I thought people were against this part.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists