public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* small IDE cleanup: void * should not be used unless neccessary
@ 2002-02-11 22:09 Pavel Machek
  2002-02-12 22:50 ` Rob Landley
  2002-02-12 23:02 ` Rob Radez
  0 siblings, 2 replies; 11+ messages in thread
From: Pavel Machek @ 2002-02-11 22:09 UTC (permalink / raw)
  To: Jens Axboe, kernel list

Hi!

This is really easy, please apply. (It will allow me to kill few casts
in future).
								Pavel

--- linux/include/linux/ide.h	Mon Feb 11 21:15:04 2002
+++ linux-dm/include/linux/ide.h	Mon Feb 11 22:36:12 2002
@@ -529,7 +531,7 @@
 
 typedef struct hwif_s {
 	struct hwif_s	*next;		/* for linked-list in ide_hwgroup_t */
-	void		*hwgroup;	/* actually (ide_hwgroup_t *) */
+	struct hwgroup_s *hwgroup;	/* actually (ide_hwgroup_t *) */
 	ide_ioreg_t	io_ports[IDE_NR_PORTS];	/* task file registers */
 	hw_regs_t	hw;		/* Hardware info */
 	ide_drive_t	drives[MAX_DRIVES];	/* drive info */

-- 
(about SSSCA) "I don't say this lightly.  However, I really think that the U.S.
no longer is classifiable as a democracy, but rather as a plutocracy." --hpa

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2002-02-16  8:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-11 22:09 small IDE cleanup: void * should not be used unless neccessary Pavel Machek
2002-02-12 22:50 ` Rob Landley
2002-02-12 22:57   ` Rob Radez
2002-02-13 10:47   ` Pavel Machek
2002-02-13 19:39     ` Rob Landley
2002-02-13 22:50       ` Pavel Machek
2002-02-16  1:08         ` Andre Hedrick
2002-02-16  8:07           ` Vojtech Pavlik
2002-02-12 23:02 ` Rob Radez
2002-02-13  7:29   ` Vojtech Pavlik
2002-02-13 10:46   ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox