Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f884ab15 authored by Anatol Pomozov's avatar Anatol Pomozov Committed by Jiri Kosina
Browse files

doc: fix misspellings with 'codespell' tool

parent 7e21f14d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -434,7 +434,7 @@ char *date;</synopsis>
      The DRM core includes two memory managers, namely Translation Table Maps
      (TTM) and Graphics Execution Manager (GEM). TTM was the first DRM memory
      manager to be developed and tried to be a one-size-fits-them all
      solution. It provides a single userspace API to accomodate the need of
      solution. It provides a single userspace API to accommodate the need of
      all hardware, supporting both Unified Memory Architecture (UMA) devices
      and devices with dedicated video RAM (i.e. most discrete video cards).
      This resulted in a large, complex piece of code that turned out to be
@@ -701,7 +701,7 @@ char *date;</synopsis>
        <para>
          Similar to global names, GEM file descriptors are also used to share GEM
          objects across processes. They offer additional security: as file
          descriptors must be explictly sent over UNIX domain sockets to be shared
          descriptors must be explicitly sent over UNIX domain sockets to be shared
          between applications, they can't be guessed like the globally unique GEM
          names.
        </para>
@@ -1154,7 +1154,7 @@ int max_width, max_height;</synopsis>
          </para>
          <para>
            The <methodname>page_flip</methodname> operation schedules a page flip.
            Once any pending rendering targetting the new frame buffer has
            Once any pending rendering targeting the new frame buffer has
            completed, the CRTC will be reprogrammed to display that frame buffer
            after the next vertical refresh. The operation must return immediately
            without waiting for rendering or page flip to complete and must block
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ typedef enum fe_status {
<entry align="char">The frontend FEC inner coding (Viterbi, LDPC or other inner code) is stable</entry>
</row><row>
<entry align="char">FE_HAS_SYNC</entry>
<entry align="char">Syncronization bytes was found</entry>
<entry align="char">Synchronization bytes was found</entry>
</row><row>
<entry align="char">FE_HAS_LOCK</entry>
<entry align="char">The DVB were locked and everything is working</entry>
+1 −1
Original line number Diff line number Diff line
@@ -3147,7 +3147,7 @@ giving priority to the center of the metered area.</entry>
		  <entry>A multi-zone metering. The light intensity is measured
in several points of the frame and the the results are combined. The
algorithm of the zones selection and their significance in calculating the
final value is device dependant.</entry>
final value is device dependent.</entry>
		</row>
	      </tbody>
	    </entrytbl>
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@
  </para>
  <para>
      Because each different protocol causes a new driver to be created, I have
      written a generic USB driver skeleton, modeled after the pci-skeleton.c
      written a generic USB driver skeleton, modelled after the pci-skeleton.c
      file in the kernel source tree upon which many PCI network drivers have
      been based. This USB skeleton can be found at drivers/usb/usb-skeleton.c
      in the kernel source tree. In this article I will walk through the basics
+5 −5
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ want for getting the best possible numbers when benchmarking.

   In practice this isn't an issue because as soon as a write comes along it'll
   cause the btree node to be split, and you need almost no write traffic for
   this to not show up enough to be noticable (especially since bcache's btree
   this to not show up enough to be noticeable (especially since bcache's btree
   nodes are huge and index large regions of the device). But when you're
   benchmarking, if you're trying to warm the cache by reading a bunch of data
   and there's no other traffic - that can be a problem.
@@ -222,7 +222,7 @@ running
  it's in passthrough mode or caching).

sequential_cutoff
  A sequential IO will bypass the cache once it passes this threshhold; the
  A sequential IO will bypass the cache once it passes this threshold; the
  most recent 128 IOs are tracked so sequential IO can be detected even when
  it isn't all done at once.

@@ -296,7 +296,7 @@ cache_miss_collisions
  since the synchronization for cache misses was rewritten)

cache_readaheads
  Count of times readahead occured.
  Count of times readahead occurred.

SYSFS - CACHE SET:

@@ -359,7 +359,7 @@ unregister
SYSFS - CACHE SET INTERNAL:

This directory also exposes timings for a number of internal operations, with
separate files for average duration, average frequency, last occurence and max
separate files for average duration, average frequency, last occurrence and max
duration: garbage collection, btree read, btree node sorts and btree splits.

active_journal_entries
@@ -414,7 +414,7 @@ freelist_percent
  space.

io_errors
  Number of errors that have occured, decayed by io_error_halflife.
  Number of errors that have occurred, decayed by io_error_halflife.

metadata_written
  Sum of all non data writes (btree writes and all other metadata).
Loading