mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* trivial: vmscan extra {}s
@ 2002-05-26 18:32 Pavel Machek
  0 siblings, 0 replies; only message in thread
From: Pavel Machek @ 2002-05-26 18:32 UTC (permalink / raw)
  To: kernel list, Rusty trivial patch monkey Russell

Hi!

Extra { } look ugly, too, they are not consistant with rest of code and I introduced them :-(

--- clean/mm/vmscan.c	Sun May 26 19:32:05 2002
+++ linux-swsusp/mm/vmscan.c	Sun May 26 19:55:34 2002
@@ -794,10 +794,8 @@
 		add_wait_queue(&kswapd_wait, &wait);
 
 		mb();
-		if (kswapd_can_sleep()) {
+		if (kswapd_can_sleep())
 			schedule();
-		}
-		
 
 		__set_current_state(TASK_RUNNING);
 		remove_wait_queue(&kswapd_wait, &wait);

-- 
(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] only message in thread

only message in thread, other threads:[~2002-05-26 18:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-26 18:32 trivial: vmscan extra {}s Pavel Machek

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®