From owner-freebsd-commit Tue Apr 18 07:12:08 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA07962 for commit-outgoing; Tue, 18 Apr 1995 07:12:08 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA07944 for cvs-sys-outgoing; Tue, 18 Apr 1995 07:11:51 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA07886 ; Tue, 18 Apr 1995 07:10:24 -0700 Date: Tue, 18 Apr 1995 07:10:24 -0700 From: Bill Paul Message-Id: <199504181410.HAA07886@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern kern_lkm.c Sender: commit-owner@FreeBSD.org Precedence: bulk wpaul 95/04/18 07:10:23 Modified: sys/kern kern_lkm.c Log: Couple of small cosmetic changes: - Add $Id$ string. - Fix comment ("we might *not* be able to unload the module afterwards without panicking...") - Get rid of variable 'j' that I used in name checking for(;;) loop and use 'i' instead (I thought there'd be a problem with this, but there isn't).