Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 27 Oct 2001 15:51:02 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 27 Oct 2001 15:50:51 -0400 Received: from mailgate5.cinetic.de ([217.72.192.165]:18148 "EHLO mailgate5.cinetic.de") by vger.kernel.org with ESMTP id ; Sat, 27 Oct 2001 15:50:36 -0400 Message-Id: Content-Type: text/plain; charset="iso-8859-1" From: =?iso-8859-1?q?Ren=E9=20Scharfe?= To: Linus Torvalds , Alan Cox Subject: Re: [PATCH] strtok --> strsep in framebuffer drivers Date: Sat, 27 Oct 2001 21:48:18 +0200 X-Mailer: KMail [version 1.3.1] In-Reply-To: In-Reply-To: Cc: Linux Kernel Mailing List MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, I suspect my last patch on that subject was too fat to get very far. Here it comes again, this time nicely sliced. This part just adds a missing '}' to virgefb.c which I failed to provide in the first patch. Ren? diff -ruN linux-2.4.14-pre2/drivers/video/virgefb.c linux-2.4.14-pre2-rs/drivers/video/virgefb.c --- linux-2.4.14-pre2/drivers/video/virgefb.c Fri Oct 26 23:07:21 2001 +++ linux-2.4.14-pre2-rs/drivers/video/virgefb.c Fri Oct 26 23:33:08 2001 @@ -1099,6 +1101,7 @@ } else get_video_mode(this_opt); + } DPRINTK("default mode: xres=%d, yres=%d, bpp=%d\n",virgefb_default.xres, virgefb_default.yres, - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/