Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eef35c2d authored by Stefan Weil's avatar Stefan Weil Committed by Jiri Kosina
Browse files

Fix spelling fuction -> function in comments



To avoid more patches, I also fixed other spelling
and grammar bugs when they were in the same or
following line:

successfull -> successful
parse -> parses
controler -> controller
controlers -> controllers

Cc: Jiri Kosina <trivial@kernel.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: default avatarStefan Weil <weil@mail.berlios.de>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 3cfc2c42
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -884,7 +884,7 @@ static struct adp5520_keys_platform_data adp5520_keys_data = {
};
};


	/*
	/*
	 *  ADP5520/5501 Multifuction Device Init Data
	 *  ADP5520/5501 Multifunction Device Init Data
	 */
	 */


static struct adp5520_platform_data adp5520_pdev_data = {
static struct adp5520_platform_data adp5520_pdev_data = {
+1 −1
Original line number Original line Diff line number Diff line
@@ -1644,7 +1644,7 @@ static struct adp5520_keys_platform_data adp5520_keys_data = {
};
};


	/*
	/*
	 *  ADP5520/5501 Multifuction Device Init Data
	 *  ADP5520/5501 Multifunction Device Init Data
	 */
	 */


static struct adp5520_platform_data adp5520_pdev_data = {
static struct adp5520_platform_data adp5520_pdev_data = {
+1 −1
Original line number Original line Diff line number Diff line
@@ -4,7 +4,7 @@
 * User space memory access functions
 * User space memory access functions
 *
 *
 * These routines provide basic accessing functions to the user memory
 * These routines provide basic accessing functions to the user memory
 * space for the kernel. This header file provides fuctions such as:
 * space for the kernel. This header file provides functions such as:
 *
 *
 * This file is subject to the terms and conditions of the GNU General Public
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file "COPYING" in the main directory of this archive
 * License.  See the file "COPYING" in the main directory of this archive
+1 −1
Original line number Original line Diff line number Diff line
@@ -1618,7 +1618,7 @@ EXPORT_SYMBOL(submit_bio);
 *    the insertion using this generic function.
 *    the insertion using this generic function.
 *
 *
 *    This function should also be useful for request stacking drivers
 *    This function should also be useful for request stacking drivers
 *    in some cases below, so export this fuction.
 *    in some cases below, so export this function.
 *    Request stacking drivers like request-based dm may change the queue
 *    Request stacking drivers like request-based dm may change the queue
 *    limits while requests are in the queue (e.g. dm's table swapping).
 *    limits while requests are in the queue (e.g. dm's table swapping).
 *    Such request stacking drivers should check those requests agaist
 *    Such request stacking drivers should check those requests agaist
+1 −1
Original line number Original line Diff line number Diff line
@@ -251,7 +251,7 @@ static int dev_uevent(struct kset *kset, struct kobject *kobj,
				 __func__, retval);
				 __func__, retval);
	}
	}


	/* have the device type specific fuction add its stuff */
	/* have the device type specific function add its stuff */
	if (dev->type && dev->type->uevent) {
	if (dev->type && dev->type->uevent) {
		retval = dev->type->uevent(dev, env);
		retval = dev->type->uevent(dev, env);
		if (retval)
		if (retval)
Loading