Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261435AbVCYF53 (ORCPT ); Fri, 25 Mar 2005 00:57:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261434AbVCYF5A (ORCPT ); Fri, 25 Mar 2005 00:57:00 -0500 Received: from digitalimplant.org ([64.62.235.95]:14291 "HELO digitalimplant.org") by vger.kernel.org with SMTP id S261428AbVCYFzI (ORCPT ); Fri, 25 Mar 2005 00:55:08 -0500 Date: Thu, 24 Mar 2005 21:54:58 -0800 (PST) From: Patrick Mochel X-X-Sender: mochel@monsoon.he.net To: linux-kernel@vger.kernel.org cc: greg@kroah.com Subject: [12/12] More Driver Model Locking Changes Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 944 Lines: 23 ChangeSet@1.2250, 2005-03-24 20:08:04-08:00, mochel@digitalimplant.org [driver core] Fix up bogus comment. Signed-off-by: Patrick Mochel diff -Nru a/drivers/base/driver.c b/drivers/base/driver.c --- a/drivers/base/driver.c 2005-03-24 20:32:39 -08:00 +++ b/drivers/base/driver.c 2005-03-24 20:32:39 -08:00 @@ -31,8 +31,7 @@ * @data: Data to pass to the callback. * @fn: Function to call for each device. * - * Take the bus's rwsem and iterate over the @drv's list of devices, - * calling @fn for each one. + * Iterate over the @drv's list of devices calling @fn for each one. */ int driver_for_each_device(struct device_driver * drv, struct device * start, - 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/