Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 10 Sep 2002 17:29:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 10 Sep 2002 17:29:16 -0400 Received: from node-c-067b.a2000.nl ([62.194.6.123]:2413 "HELO pipc.pipsels.pip") by vger.kernel.org with SMTP id ; Tue, 10 Sep 2002 17:29:13 -0400 Date: Tue, 10 Sep 2002 23:33:49 +0200 From: Remco Post To: , Linus Torvalds Subject: [TRIVIAL PATCH] typo in svclock.c (linuxppc-2.5 tree) Message-Id: <20020910233349.613c01ae.r.post@sara.nl> X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 834 Lines: 28 Hi, did a rr in vi and then some diff -c: *** linuxppc-2.5/fs/lockd/svclock.c.org Tue Sep 10 23:13:29 2002 --- linuxppc-2.5/fs/lockd/svclock.c Tue Sep 10 23:16:37 2002 *************** *** 467,473 **** * the block to the head of nlm_blocked where it can be picked up by lockd. */ static void ! nlmsvc_notify_blocked(stsuct file_lock *fl) { struct nlm_block **bp, *block; --- 467,473 ---- * the block to the head of nlm_blocked where it can be picked up by lockd. */ static void ! nlmsvc_notify_blocked(struct file_lock *fl) { struct nlm_block **bp, *block; - 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/