lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 26 Feb 2014 11:06:03 -0500 (EST)
From:	David Miller <davem@...emloft.net>
To:	arnd@...db.de
Cc:	linux-kernel@...r.kernel.org,
	linux-atm-general@...ts.sourceforge.net, netdev@...r.kernel.org
Subject: Re: [PATCH 10/16] atm: nicstar: remove
 interruptible_sleep_on_timeout

From: Arnd Bergmann <arnd@...db.de>
Date: Wed, 26 Feb 2014 12:01:50 +0100

> -		spin_unlock_irqrestore(&scq->lock, flags);
> -		interruptible_sleep_on_timeout(&scq->scqfull_waitq,
> -					       SCQFULL_TIMEOUT);
> -		spin_lock_irqsave(&scq->lock, flags);
> +		wait_event_interruptible_lock_irq_timeout(scq->scqfull_waitq,
> +				scq->tail != scq->next, scq->lock,
> +				SCQFULL_TIMEOUT);
>  

When a function call spans multiple lines, please place arguments for
those function calls starting at the first column after the openning
parenthesis.

Thank you.

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ