mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@ozlabs.org>
To: Mathias Leblanc <mathias.leblanc@st.com>,
	Kent Yoder <key@linux.vnet.ibm.com>,
	Rajiv Andrade <mail@srajiv.net>,
	Marcel Selhorst <tpmdd@selhorst.net>,
	Sirrix AG <tpmdd@sirrix.com>,
	tpmdd-devel@lists.sourceforge.net
Cc: linux-kernel@vger.kernel.org,
	Jean-Luc Blanc <jean-luc.blanc@st.com>,
	Mathias Leblanc <mathias.leblanc@st.com>
Subject: Re: [PATCH 1/1] TPM: STMicroelectronics ST33 I2C V1.2.0
Date: Thu, 08 Nov 2012 22:48:45 +1030	[thread overview]
Message-ID: <87mwys2spm.fsf@rustcorp.com.au> (raw)
In-Reply-To: <1352315116-17612-1-git-send-email-mathias.leblanc@st.com>

Mathias Leblanc <mathias.leblanc@st.com> writes:
> +static int interrupts ;
> +module_param(interrupts, bool, 0444);
> +MODULE_PARM_DESC(interrupts, "Enable interrupts");
> +
> +static int power_mgt = 1;
> +module_param(power_mgt, bool, 0444);
> +MODULE_PARM_DESC(power_mgt, "Power Management");

These are not bools, so why does module_param describe them as bool?

Cheers,
Rusty.

  reply	other threads:[~2012-11-08 12:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-07 19:05 Mathias Leblanc
2012-11-08 12:18 ` Rusty Russell [this message]
2012-11-12  9:26   ` Mathias LEBLANC
2012-11-16  0:58     ` Rusty Russell

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=87mwys2spm.fsf@rustcorp.com.au \
    --to=rusty@ozlabs.org \
    --cc=jean-luc.blanc@st.com \
    --cc=key@linux.vnet.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mail@srajiv.net \
    --cc=mathias.leblanc@st.com \
    --cc=tpmdd-devel@lists.sourceforge.net \
    --cc=tpmdd@selhorst.net \
    --cc=tpmdd@sirrix.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

Powered by JetHome