···9292 The flags field carries '-' by default. A 'c' indicates a9393 fragment of a line. All following fragments are flagged with9494 '+'. Note, that these hints about continuation lines are not9595- neccessarily correct, and the stream could be interleaved with9595+ necessarily correct, and the stream could be interleaved with9696 unrelated messages, but merging the lines in the output9797 usually produces better human readable results. A similar9898 logic is used internally when messages are printed to the
+1-1
Documentation/ABI/testing/sysfs-devices-power
···164164Description:165165 The /sys/devices/.../wakeup_prevent_sleep_time_ms attribute166166 contains the total time the device has been preventing167167- opportunistic transitions to sleep states from occuring.167167+ opportunistic transitions to sleep states from occurring.168168 This attribute is read-only. If the device is not enabled to169169 wake up the system from sleep states, this attribute is not170170 present.
+1-1
Documentation/ABI/testing/sysfs-driver-ppi
···55Description:66 This folder includes the attributes related with PPI (Physical77 Presence Interface). Only if TPM is supported by BIOS, this88- folder makes sence. The folder path can be got by command88+ folder makes sense. The folder path can be got by command99 'find /sys/ -name 'pcrs''. For the detail information of PPI,1010 please refer to the PPI specification from1111 http://www.trustedcomputinggroup.org/
+2-2
Documentation/dma-buf-sharing.txt
···376376 leaving the cpu domain and flushing caches at fault time. Note that all the377377 dma_buf files share the same anon inode, hence the exporter needs to replace378378 the dma_buf file stored in vma->vm_file with it's own if pte shootdown is379379- requred. This is because the kernel uses the underlying inode's address_space379379+ required. This is because the kernel uses the underlying inode's address_space380380 for vma tracking (and hence pte tracking at shootdown time with381381 unmap_mapping_range).382382···388388 Exporters that shoot down mappings (for any reasons) shall not do any389389 synchronization at fault time with outstanding device operations.390390 Synchronization is an orthogonal issue to sharing the backing storage of a391391- buffer and hence should not be handled by dma-buf itself. This is explictly391391+ buffer and hence should not be handled by dma-buf itself. This is explicitly392392 mentioned here because many people seem to want something like this, but if393393 different exporters handle this differently, buffer sharing can fail in394394 interesting ways depending upong the exporter (if userspace starts depending
···11Notifier error injection22========================3344-Notifier error injection provides the ability to inject artifical errors to44+Notifier error injection provides the ability to inject artificial errors to55specified notifier chain callbacks. It is useful to test the error handling of66notifier call chain failures which is rarely executed. There are kernel77modules that can be used to test the following notifiers.···1414CPU notifier error injection module1515-----------------------------------1616This feature can be used to test the error handling of the CPU notifiers by1717-injecting artifical errors to CPU notifier chain callbacks.1717+injecting artificial errors to CPU notifier chain callbacks.18181919If the notifier call chain should be failed with some events notified, write2020the error code to debugfs interface
+1-1
Documentation/hid/uhid.txt
···108108 UHID_FEATURE_ANSWER:109109 If you receive a UHID_FEATURE request you must answer with this request. You110110 must copy the "id" field from the request into the answer. Set the "err" field111111- to 0 if no error occured or to EIO if an I/O error occurred.111111+ to 0 if no error occurred or to EIO if an I/O error occurred.112112 If "err" is 0 then you should fill the buffer of the answer with the results113113 of the feature request and set "size" correspondingly.114114
+1-1
Documentation/input/alps.txt
···133133134134This packet only appears after a position packet with the mt bit set, and135135usually only appears when there are two or more contacts (although136136-occassionally it's seen with only a single contact).136136+occasionally it's seen with only a single contact).137137138138The final v3 packet type is the trackstick packet.139139
+1-1
Documentation/kbuild/modules.txt
···470470471471 Sometimes, an external module uses exported symbols from472472 another external module. kbuild needs to have full knowledge of473473- all symbols to avoid spitting out warnings about undefined473473+ all symbols to avoid spliitting out warnings about undefined474474 symbols. Three solutions exist for this situation.475475476476 NOTE: The method with a top-level kbuild file is recommended
···4343to the card via composite.44444545Many thanks to Matrix-Vision for giving us 2 cards for free which made4646-Bt848a/Bt849 single crytal operation support possible!!!4646+Bt848a/Bt849 single crystal operation support possible!!!474748484949
+1-1
Documentation/vm/frontswap.txt
···193193 or maybe swap-over-nbd/NFS)?194194195195No. First, the existing swap subsystem doesn't allow for any kind of196196-swap hierarchy. Perhaps it could be rewritten to accomodate a hierarchy,196196+swap hierarchy. Perhaps it could be rewritten to accommodate a hierarchy,197197but this would require fairly drastic changes. Even if it were198198rewritten, the existing swap subsystem uses the block I/O layer which199199assumes a swap device is fixed size and any page in it is linearly