From owner-p4-projects@FreeBSD.ORG Thu Oct 4 23:56:26 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 3D1C416A468; Thu, 4 Oct 2007 23:56:26 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E143C16A41A for ; Thu, 4 Oct 2007 23:56:25 +0000 (UTC) (envelope-from cnst@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D950F13C465 for ; Thu, 4 Oct 2007 23:56:25 +0000 (UTC) (envelope-from cnst@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l94NuP0M007301 for ; Thu, 4 Oct 2007 23:56:25 GMT (envelope-from cnst@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l94NuPTO007298 for perforce@freebsd.org; Thu, 4 Oct 2007 23:56:25 GMT (envelope-from cnst@FreeBSD.org) Date: Thu, 4 Oct 2007 23:56:25 GMT Message-Id: <200710042356.l94NuPTO007298@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to cnst@FreeBSD.org using -f From: "Constantine A. Murenin" To: Perforce Change Reviews Cc: Subject: PERFORCE change 127201 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2007 23:56:26 -0000 http://perforce.freebsd.org/chv.cgi?CH=127201 Change 127201 by cnst@dale on 2007/10/04 23:56:20 change some spaces to tabs Affected files ... .. //depot/projects/soc2007/cnst-sensors/sys.dev.it/it.c#2 edit .. //depot/projects/soc2007/cnst-sensors/sys.dev.lm/lm78_isa.c#6 edit Differences ... ==== //depot/projects/soc2007/cnst-sensors/sys.dev.it/it.c#2 (text+ko) ==== @@ -1,4 +1,4 @@ -/* $P4: //depot/projects/soc2007/cnst-sensors/sys.dev.it/it.c#1 $ */ +/* $P4: //depot/projects/soc2007/cnst-sensors/sys.dev.it/it.c#2 $ */ /* $FreeBSD$ */ /* $OpenBSD: it.c,v 1.22 2007/03/22 16:55:31 deraadt Exp $ */ @@ -82,9 +82,9 @@ static device_method_t it_methods[] = { /* Methods from the device interface */ - DEVMETHOD(device_probe, it_probe), - DEVMETHOD(device_attach, it_attach), - DEVMETHOD(device_detach, it_detach), + DEVMETHOD(device_probe, it_probe), + DEVMETHOD(device_attach, it_attach), + DEVMETHOD(device_detach, it_detach), /* Terminate method list */ { 0, 0 } ==== //depot/projects/soc2007/cnst-sensors/sys.dev.lm/lm78_isa.c#6 (text+ko) ==== @@ -1,4 +1,4 @@ -/* $P4: //depot/projects/soc2007/cnst-sensors/sys.dev.lm/lm78_isa.c#5 $ */ +/* $P4: //depot/projects/soc2007/cnst-sensors/sys.dev.lm/lm78_isa.c#6 $ */ /* $FreeBSD$ */ /* $OpenBSD: lm78_isa.c,v 1.2 2007/07/01 21:48:57 cnst Exp $ */ @@ -70,9 +70,9 @@ static device_method_t lm_isa_methods[] = { /* Methods from the device interface */ - DEVMETHOD(device_probe, lm_isa_probe), - DEVMETHOD(device_attach, lm_isa_attach), - DEVMETHOD(device_detach, lm_isa_detach), + DEVMETHOD(device_probe, lm_isa_probe), + DEVMETHOD(device_attach, lm_isa_attach), + DEVMETHOD(device_detach, lm_isa_detach), /* Terminate method list */ { 0, 0 }