linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eric Sandeen <sandeen@sandeen.net>
To: "Darrick J. Wong" <darrick.wong@oracle.com>
Cc: linux-xfs@vger.kernel.org
Subject: Re: [PATCH 2/5] libxfs: fix weird comment
Date: Wed, 25 Nov 2020 14:53:01 -0600	[thread overview]
Message-ID: <efd655a9-933c-9a1c-4f6f-61bf59336c6b@sandeen.net> (raw)
In-Reply-To: <160633668822.634603.17791163917116618433.stgit@magnolia>

On 11/25/20 2:38 PM, Darrick J. Wong wrote:
> From: Darrick J. Wong <darrick.wong@oracle.com>
> 
> Not sure what happened with this multiline comment, but clean up all the
> stars.

urk, that looks like something I would do, thanks :)

"My God, it's full of stars!"

Reviewed-by: Eric Sandeen <sandeen@redhat.com>

> 
> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
> ---
>  include/platform_defs.h.in |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> 
> diff --git a/include/platform_defs.h.in b/include/platform_defs.h.in
> index 95e7209a3332..539bdbecf6e0 100644
> --- a/include/platform_defs.h.in
> +++ b/include/platform_defs.h.in
> @@ -86,9 +86,9 @@ extern int	platform_nproc(void);
>  /* Simplified from version in include/linux/overflow.h */
>  
>  /*
> - *  * Compute a*b+c, returning SIZE_MAX on overflow. Internal helper for
> - *   * struct_size() below.
> - *    */
> + * Compute a*b+c, returning SIZE_MAX on overflow. Internal helper for
> + * struct_size() below.
> + */
>  static inline size_t __ab_c_size(size_t a, size_t b, size_t c)
>  {
>  	return (a * b) + c;
> 

  reply	other threads:[~2020-11-25 20:53 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-25 20:37 [PATCH v3 0/5] xfsprogs: fixes for 5.10-rc1 Darrick J. Wong
2020-11-25 20:38 ` [PATCH 1/5] libxfs-apply: don't add duplicate headers Darrick J. Wong
2020-11-25 21:12   ` Eric Sandeen
2020-11-30 17:13     ` Darrick J. Wong
2020-11-30 17:16       ` Eric Sandeen
2020-12-04 17:16   ` Eric Sandeen
2020-11-25 20:38 ` [PATCH 2/5] libxfs: fix weird comment Darrick J. Wong
2020-11-25 20:53   ` Eric Sandeen [this message]
2020-12-01 10:17   ` Christoph Hellwig
2020-11-25 20:38 ` [PATCH 3/5] libxfs: add realtime extent reservation and usage tracking to transactions Darrick J. Wong
2020-12-01 10:18   ` Christoph Hellwig
2020-11-25 20:38 ` [PATCH 4/5] debian: fix version in changelog Darrick J. Wong
2020-11-25 20:55   ` Eric Sandeen
2020-11-25 20:38 ` [PATCH 5/5] debian: add build dependency on libinih-dev Darrick J. Wong
2020-11-25 21:07   ` Eric Sandeen
2020-11-25 22:09   ` Dave Chinner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=efd655a9-933c-9a1c-4f6f-61bf59336c6b@sandeen.net \
    --to=sandeen@sandeen.net \
    --cc=darrick.wong@oracle.com \
    --cc=linux-xfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).