public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dan Carpenter <dan.carpenter@oracle.com>
To: Okash Khawaja <okash.khawaja@gmail.com>
Cc: gregkh@linuxfoundation.org, jonathankim@gctsemi.com,
	deanahn@gctsemi.com, devel@driverdev.osuosl.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] staging: gdm72xx: fix address space parse warnings
Date: Wed, 2 Dec 2015 16:17:24 +0300	[thread overview]
Message-ID: <20151202131724.GT18797@mwanda> (raw)
In-Reply-To: <20151129204044.GA8079@bytefire-computer>

Probably it's better to create a different struct:

struct udata_s {
	unsigned int size;
	void __user *buf;
};

regards,
dan carpenter



  reply	other threads:[~2015-12-02 13:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-29 20:40 [PATCH] staging: gdm72xx: fix address space parse warnings Okash Khawaja
2015-12-02 13:17 ` Dan Carpenter [this message]
2015-12-11 10:33   ` Okash Khawaja
2015-12-11 10:52     ` Dan Carpenter
2015-12-11 11:16       ` Okash Khawaja
2015-12-11 18:15   ` [PATCH v2] staging: gdm72xx: fix address space warnings Okash Khawaja
2015-12-12  8:35     ` Dan Carpenter

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=20151202131724.GT18797@mwanda \
    --to=dan.carpenter@oracle.com \
    --cc=deanahn@gctsemi.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jonathankim@gctsemi.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=okash.khawaja@gmail.com \
    /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