All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] Fix zram module paramter name
@ 2018-03-01  7:08 Michael Siebecker
  2018-03-04 15:02 ` akuster808
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Siebecker @ 2018-03-01  7:08 UTC (permalink / raw)
  To: openembedded-devel


---
  meta-oe/recipes-extended/zram/zram/init | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.7.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH] Fix zram module paramter name
  2018-03-01  7:08 [meta-oe][PATCH] Fix zram module paramter name Michael Siebecker
@ 2018-03-04 15:02 ` akuster808
  0 siblings, 0 replies; 3+ messages in thread
From: akuster808 @ 2018-03-04 15:02 UTC (permalink / raw)
  To: Michael Siebecker, openembedded-devel



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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [meta-oe][PATCH] Fix zram module paramter name
@ 2018-03-01 18:23 Michael Siebecker
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Siebecker @ 2018-03-01 18:23 UTC (permalink / raw)
  To: openembedded-devel


---
  meta-oe/recipes-extended/zram/zram/init | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.7.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-04 15:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-01  7:08 [meta-oe][PATCH] Fix zram module paramter name Michael Siebecker
2018-03-04 15:02 ` akuster808
2018-03-01 18:23 Michael Siebecker

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.