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, 16 Jun 2010 09:49:51 -0700
From:	David Daney <david.s.daney@...il.com>
To:	Uwe Kleine-König 
	<u.kleine-koenig@...gutronix.de>
CC:	trivial@...nel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 08/10] trivial: fix typos concerning "precedence"

On 06/11/2010 03:17 AM, Uwe Kleine-König wrote:
> diff --git a/drivers/staging/octeon/cvmx-cmd-queue.c b/drivers/staging/octeon/cvmx-cmd-queue.c
> index e9809d3..976227b 100644
> --- a/drivers/staging/octeon/cvmx-cmd-queue.c
> +++ b/drivers/staging/octeon/cvmx-cmd-queue.c
> @@ -140,21 +140,21 @@ cvmx_cmd_queue_result_t cvmx_cmd_queue_initialize(cvmx_cmd_queue_id_t queue_id,
>   	if (qstate->base_ptr_div128) {
>   		if (max_depth != (int)qstate->max_depth) {
>   			cvmx_dprintf("ERROR: cvmx_cmd_queue_initialize: "
> -				"Queue already initialized with different "
> +				"Queue already initalized with different "
>   				"max_depth (%d).\n",
>   			     (int)qstate->max_depth);
>   			return CVMX_CMD_QUEUE_INVALID_PARAM;
>   		}
>   		if (fpa_pool != qstate->fpa_pool) {
>   			cvmx_dprintf("ERROR: cvmx_cmd_queue_initialize: "
> -				"Queue already initialized with different "
> +				"Queue already initalized with different "
>   				"FPA pool (%u).\n",
>   			     qstate->fpa_pool);
>   			return CVMX_CMD_QUEUE_INVALID_PARAM;
>   		}
>   		if ((pool_size>>  3) - 1 != qstate->pool_size_m1) {
>   			cvmx_dprintf("ERROR: cvmx_cmd_queue_initialize: "
> -				"Queue already initialized with different "
> +				"Queue already initalized with different "
>   				"FPA pool size (%u).\n",
>   			     (qstate->pool_size_m1 + 1)<<  3);
>   			return CVMX_CMD_QUEUE_INVALID_PARAM;

NAK!

I am not sure which dictionary you are using, but I would like to keep 
the spelling consistent with the American Heritage Dictionary of the 
English Language, Fourth Edition.  My reading indicates that no change 
is needed.

David Daney
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ