-
The visorchannel struct both has nbytes and bytes. Both are set to the allocated bytes for the channel. They seem to be used interchangeably. Why?
-
visorbus_private.h is labelled as visorchipset.h at the top of the header. Its include protection wrapper is also **VISORCHIPSET_H**.
There are also places where visorchipset is referred to that may …
-
As an example, see:
- https://github.com/01org/intel-cmt-cat/blob/master/.travis.yml
-
[KanBoard-24515](http://ustr-erl-6690.na.uis.unisys.com/?controller=task&action=show&task_id=24515&project_id=37)
```
> pscan = ctx->curr;
> nscan = ctx->bytes_remaining;
> if (nscan == …
ghost updated
6 years ago
-
**_Reported by Jukka Rissanen:_**
There exists now net and bluetooth branches in Zephyr project. In order to have similar functionality as in master branch we need at least Jenkins build/checkpatch/s…
-
Hi
I'm running the mainline kernel + device tree with two of your downstream drivers which I've forward-ported, bcm2835-virtgpio and iqaudio-dac. You can view my [WIP branch](https://github.com/10n…
10ne1 updated
6 years ago
-
**_Reported by Andrew Boie:_**
When CI verifies patches, part of the process is to run checkpatch.pl. If that reports any style errors (NOT build or functional issues) the entire patch is marked as -…
-
```
> }
>
> /**
> * initialize_controlvm_payload_info() - init controlvm_payload_info struct
```
kerneldoc for a static function? Ick, no.
```
> }
>
> /**
> * visorchipset…
ghost updated
6 years ago
-
https://github.com/davidker/unisys/blob/staging-next/drivers/staging/unisys/Documentation/proc-entries.txt
-
**_Reported by Kumar Gala:_**
When we do a continuous build we should to check if the patch contains whitespace instead of tabs at the beginning of lines.
(Imported from Jira INF-18)