All of lore.kernel.org
 help / color / mirror / Atom feed
From: akuster808 <akuster808@gmail.com>
To: Michael Siebecker <michael@siebecker.ch>,
	openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH] Fix zram module paramter name
Date: Sun, 4 Mar 2018 07:02:01 -0800	[thread overview]
Message-ID: <07615424-0f9f-b54b-b94e-795b0a137d9b@gmail.com> (raw)
In-Reply-To: <e36fe405-abe4-9017-5f7a-f39249293c8f@siebecker.ch>



On 02/28/2018 11:08 PM, Michael Siebecker wrote:
>
> ---
>  meta-oe/recipes-extended/zram/zram/init | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
Please rebase

- armin
>
> diff --git a/meta-oe/recipes-extended/zram/zram/init
> b/meta-oe/recipes-extended/zram/zram/init
> index 7b6cbf4..a2c9c21 100644
> --- a/meta-oe/recipes-extended/zram/zram/init
> +++ b/meta-oe/recipes-extended/zram/zram/init
> @@ -34,7 +34,7 @@ start() {
>      mem_by_cpu=$(($memtotal/$num_cpus*$factor/100*1024))
>
>      # load dependency modules
> -    modprobe zram zram_num_devices=$num_cpus
> +    modprobe zram num_devices=$num_cpus
>      echo "zram devices probed successfully"
>
>      # initialize the devices



  reply	other threads:[~2018-03-04 15:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-01  7:08 [meta-oe][PATCH] Fix zram module paramter name Michael Siebecker
2018-03-04 15:02 ` akuster808 [this message]
2018-03-01 18:23 Michael Siebecker

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=07615424-0f9f-b54b-b94e-795b0a137d9b@gmail.com \
    --to=akuster808@gmail.com \
    --cc=michael@siebecker.ch \
    --cc=openembedded-devel@lists.openembedded.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.