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:	Tue, 01 Jul 2014 08:27:52 -0700
From:	Randy Dunlap <rdunlap@...radead.org>
To:	Seunghun Lee <waydi1@...il.com>, dedekind1@...il.com,
	adrian.hunter@...el.com
CC:	linux-mtd@...ts.infradead.org, linux-kernel@...r.kernel.org,
	linux-fsdevel@...r.kernel.org
Subject: Re: [PATCH] UBIFS: fix some comments

On 07/01/14 07:45, Seunghun Lee wrote:
> This patch fixes some comments about return type.
> 
> Signed-off-by: Seunghun Lee <waydi1@...il.com>
> ---
>  fs/ubifs/recovery.c |    4 ++--
>  fs/ubifs/scan.c     |    5 ++---
>  2 files changed, 4 insertions(+), 5 deletions(-)
> 
> diff --git a/fs/ubifs/recovery.c b/fs/ubifs/recovery.c
> index c14adb2..933dda5 100644
> --- a/fs/ubifs/recovery.c
> +++ b/fs/ubifs/recovery.c
> @@ -629,8 +629,8 @@ static void drop_last_node(struct ubifs_scan_leb *sleb, int *offs)
>   *
>   * This function does a scan of a LEB, but caters for errors that might have
>   * been caused by the unclean unmount from which we are attempting to recover.
> - * Returns %0 in case of success, %-EUCLEAN if an unrecoverable corruption is
> - * found, and a negative error code in case of failure.
> + * Returns the scaned information on success and a negative error code on

                  scanned

> + * failure.
>   */
>  struct ubifs_scan_leb *ubifs_recover_leb(struct ubifs_info *c, int lnum,
>  					 int offs, void *sbuf, int jhead)
> diff --git a/fs/ubifs/scan.c b/fs/ubifs/scan.c
> index 58aa05d..327d84a 100644
> --- a/fs/ubifs/scan.c
> +++ b/fs/ubifs/scan.c
> @@ -131,7 +131,8 @@ int ubifs_scan_a_node(const struct ubifs_info *c, void *buf, int len, int lnum,
>   * @offs: offset to start at (usually zero)
>   * @sbuf: scan buffer (must be c->leb_size)
>   *
> - * This function returns %0 on success and a negative error code on failure.
> + * This function returns the scaned information on success and a negative error

                                scanned

> + * code on failure.
>   */
>  struct ubifs_scan_leb *ubifs_start_scan(const struct ubifs_info *c, int lnum,
>  					int offs, void *sbuf)


-- 
~Randy
--
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