mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] two ll_rw_block style fixes
@ 2003-05-28 13:43 Russell King
  0 siblings, 0 replies; only message in thread
From: Russell King @ 2003-05-28 13:43 UTC (permalink / raw)
  To: Linux Kernel List, Jens Axboe

A random patch from the -rmk patch series which someone might like to
take on board.  It's no longer part of the -rmk patch though.

--- orig/drivers/block/ll_rw_blk.c	Tue May 27 10:04:29 2003
+++ linux/drivers/block/ll_rw_blk.c	Tue May 27 10:40:20 2003
@@ -1204,7 +1204,7 @@
 	}
 
 	q->request_fn		= rfn;
-	q->back_merge_fn       	= ll_back_merge_fn;
+	q->back_merge_fn	= ll_back_merge_fn;
 	q->front_merge_fn      	= ll_front_merge_fn;
 	q->merge_requests_fn	= ll_merge_requests_fn;
 	q->prep_rq_fn		= NULL;
@@ -2277,7 +2277,7 @@
 	for (i = 0; i < ARRAY_SIZE(congestion_wqh); i++)
 		init_waitqueue_head(&congestion_wqh[i]);
 	return 0;
-};
+}
 
 EXPORT_SYMBOL(process_that_request_first);
 EXPORT_SYMBOL(end_that_request_first);

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-28 13:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-28 13:43 [PATCH] two ll_rw_block style fixes Russell King

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

all inboxes | Powered by JetHome®