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

Commit 9b0131cb authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Greg Kroah-Hartman
Browse files

staging/trivial: fix typos concerning "initiali[zs]e"

parent 25a606c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -726,7 +726,7 @@ static int __devinit et131x_pci_setup(struct pci_dev *pdev,
	/* Initialize link state */
	et131x_link_detection_handler((unsigned long)adapter);

	/* Intialize variable for counting how long we do not have
	/* Initialize variable for counting how long we do not have
							link status */
	adapter->PoMgmt.TransPhyComaModeOnBoot = 0;

+1 −1
Original line number Diff line number Diff line
@@ -671,7 +671,7 @@ static int usb_alphatrack_probe(struct usb_interface *intf,
	int true_size;
	int retval = -ENOMEM;

	/* allocate memory for our device state and intialize it */
	/* allocate memory for our device state and initialize it */

	dev = kzalloc(sizeof(*dev), GFP_KERNEL);
	if (dev == NULL) {
+1 −1
Original line number Diff line number Diff line
@@ -795,7 +795,7 @@ static int usb_tranzport_probe(struct usb_interface *intf,
	int true_size;
	int retval = -ENOMEM;

	/* allocate memory for our device state and intialize it */
	/* allocate memory for our device state and initialize it */

	 dev = kzalloc(sizeof(*dev), GFP_KERNEL);
	if (dev == NULL) {
+1 −1
Original line number Diff line number Diff line
@@ -684,7 +684,7 @@ static irqreturn_t pendet_intr_handler(int irq, void *handle)
	return IRQ_HANDLED;
}

/* Intializes input device and registers with input subsystem */
/* Initializes input device and registers with input subsystem */
static int ts_input_dev_init(struct mrstouch_dev *tsdev, struct spi_device *spi)
{
	int err = 0;
+1 −1
Original line number Diff line number Diff line
@@ -577,7 +577,7 @@ int qt2_open(struct tty_struct *tty, struct usb_serial_port *port)
			port0->bulk_in_buffer,
			port0->bulk_in_size,
			qt2_read_bulk_callback, serial);
		dbg("port0 bulk in URB intialised");
		dbg("port0 bulk in URB initialised");

		/* submit URB, i.e. start reading from device (async) */
		dev_extra->ReadBulkStopped = false;
Loading