X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fblock%2Frd.c;fp=drivers%2Fblock%2Frd.c;h=a1512da3241069b7abc5f7395da5a098fdc57e0b;hb=59c51591a0ac7568824f541f57de967e88adaa07;hp=43d4ebcb3b4410b6f1218e22df8cbee482744a39;hpb=02a3e59a088749c08b0293ee1535f5bf48f5926c;p=powerpc.git diff --git a/drivers/block/rd.c b/drivers/block/rd.c index 43d4ebcb3b..a1512da324 100644 --- a/drivers/block/rd.c +++ b/drivers/block/rd.c @@ -151,7 +151,7 @@ static int ramdisk_commit_write(struct file *file, struct page *page, } /* - * ->writepage to the the blockdev's mapping has to redirty the page so that the + * ->writepage to the blockdev's mapping has to redirty the page so that the * VM doesn't go and steal it. We return AOP_WRITEPAGE_ACTIVATE so that the VM * won't try to (pointlessly) write the page again for a while. *