From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750800AbWGLHsE (ORCPT ); Wed, 12 Jul 2006 03:48:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750809AbWGLHsE (ORCPT ); Wed, 12 Jul 2006 03:48:04 -0400 Received: from mail.sf-mail.de ([62.27.20.61]:63392 "EHLO mail.sf-mail.de") by vger.kernel.org with ESMTP id S1750800AbWGLHsB (ORCPT ); Wed, 12 Jul 2006 03:48:01 -0400 From: Rolf Eike Beer To: linux-kernel@vger.kernel.org Subject: [PATCH 0/2] Documentation improvements Date: Wed, 12 Jul 2006 09:42:22 +0200 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607120942.23071@bilbo.math.uni-mannheim.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, I'm currently trying to get together some kernel interface to implement a device driver. These are two candidates where function documentation was either nonexistent or wrong. The changes reflect what I found out reading the code, so I might miss something important. Eike