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

Commit 02582e9b authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina
Browse files

treewide: fix typo of "suport" in various comments and Kconfig

parent d7558148
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ Sysfs entries

When probing the chip, the driver identifies which PMBus registers are
supported, and determines available sensors from this information.
Attribute files only exist if respective sensors are suported by the chip.
Attribute files only exist if respective sensors are supported by the chip.
Labels are provided to inform the user about the sensor associated with
a given sysfs entry.

+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ card installed, you might to check out if you can read these registers
values used by the windows driver.  A tool to do this is available
from ftp://telepresence.dmem.strath.ac.uk/pub/bt848/winutil, but it
does'nt work with bt878 boards according to some reports I received.
Another one with bt878 suport is available from
Another one with bt878 support is available from
http://btwincap.sourceforge.net/Files/btspy2.00.zip

You might also dig around in the *.ini files of the Windows applications.
+1 −1
Original line number Diff line number Diff line
@@ -341,7 +341,7 @@ static void __devinit quirk_slc90e66_ide(struct pci_dev *dev)

static void __devinit tc35815_fixup(struct pci_dev *dev)
{
	/* This device may have PM registers but not they are not suported. */
	/* This device may have PM registers but not they are not supported. */
	if (dev->pm_cap) {
		dev_info(&dev->dev, "PM disabled\n");
		dev->pm_cap = 0;
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ struct op_system_config {
	unsigned long mmcra;
#ifdef CONFIG_OPROFILE_CELL
	/* Register for oprofile user tool to check cell kernel profiling
	 * suport.
	 * support.
	 */
	unsigned long cell_support;
#endif
+1 −1
Original line number Diff line number Diff line
/*
 * Data Technology Inc. ESPT-GIGA board suport
 * Data Technology Inc. ESPT-GIGA board support
 *
 * Copyright (C) 2008, 2009 Renesas Solutions Corp.
 * Copyright (C) 2008, 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Loading